- This is a new Xmega update but also included some fixes and features for non Xmega.
- CONFIG ADCA of CONFIG ADCB added for ADC converter
- config INPUT|INPUT1|INPUT2.... INPUT8, is supported by Xmega
- all uarts are supported now. use COM1-COM8.
While all UARTS are supported, some options are not implemented such as buffered serial COM.
- new power mode support. the IDLE, POWERSAVE and POWERDOWN are replaced by POWER MODE
the old modes still work but will be removed in a future version. It is advised to use the new POWER command which supports all modes.
The supported modes depend on the micro hardware.
For example in the M88DEF.DAT for the Mega88 you will find :
Powermodes=5
PM1=Idle,SMCR.SM0-0,SMCR.SM1-0,SMCR.SM2-0
PM2=Powerdown,SMCR.SM0-0,SMCR.SM1-1,SMCR.SM2-0
PM3=Standby,SMCR.SM0-0,SMCR.SM1-1,SMCR.SM2-1
PM4=ADCnoise,SMCR.SM0-1,SMCR.SM1-0,SMCR.SM2-0
PM5=Powersave,SMCR.SM0-1,SMCR.SM1-1,SMCR.SM2-0
In this case the modes are IDLE, POWERDOWN,STANDBY,ADCNOISE,POWERSAVE
Use as : POWER IDLE
Other chips might have more modes.
- m328P has some fusebits on a different fuse compared to m88, m168p. this is now corrected.
- number of include files increased to 500. It was actual 500, but a type error resulted in 50 instead of 500.
- a bug in an update of a third party component caused an error on windows 2000.
- portQ, portR added to CONFIG for Xmega
- added COM5,6 and 7 for Xmega. Notice that for Xmega you can dynamic change the COM at run time.
- CONFIG COM for xmega changed : instead of using COM0 it is better for compatibility with other commands to start with COM1
So the range for xmega is now the same as for normal
AVR : COM1-COM8
Internally, the
UART channel is working with 0-7.
The TX pin is set to output in this release.
Lesezeichen