欢迎访问ic37.com |
会员登录 免费注册
发布采购

ATMEGA48V-10AUR 参数 Datasheet PDF下载

ATMEGA48V-10AUR图片预览
型号: ATMEGA48V-10AUR
PDF下载: 下载PDF文件 查看货源
内容描述: [RISC Microcontroller, 8-Bit, FLASH, AVR RISC CPU, 10MHz, CMOS, PQFP32, 7 X 7 MM, 1 MM HEIGHT, 0.80 MM PITCH, GREEN, PLASTIC, MS-026ABA, TQFP-32]
分类和应用: 闪存微控制器
文件页数/大小: 376 页 / 4764 K
品牌: ATMEL [ ATMEL ]
 浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第355页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第356页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第357页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第358页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第360页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第361页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第362页浏览型号ATMEGA48V-10AUR的Datasheet PDF文件第363页  
ATmega48/88/168  
If it is necessary to read an EEPROM location after Erase Only, use an Atomic Write opera-  
tion with 0xFF as data in order to erase a location. In any case, the Write Only operation can  
be used as intended. Thus no special considerations are needed as long as the erased loca-  
tion is not read before it is programmed.  
3. Watchdog Timer Interrupt disabled  
If the watchdog timer interrupt flag is not cleared before a new timeout occurs, the watchdog  
will be disabled, and the interrupt flag will automatically be cleared. This is only applicable in  
interrupt only mode. If the Watchdog is configured to reset the device in the watchdog time-  
out following an interrupt, the device works correctly.  
Problem fix / Workaround  
Make sure there is enough time to always service the first timeout event before a new  
watchdog timeout occurs. This is done by selecting a long enough time-out period.  
4. Start-up time with Crystal Oscillator is higher than expected  
The clock counting part of the start-up time is about 2 times higher than expected for all  
start-up periods when running on an external Crystal. This applies only when waking up by  
reset. Wake-up from power down is not affected. For most settings, the clock counting parts  
is a small fraction of the overall start-up time, and thus, the problem can be ignored. The  
exception is when using a very low frequency crystal like for instance a 32 kHz clock crystal.  
Problem fix / Workaround  
No known workaround.  
5. High Power Consumption in Power-down with External Clock  
The power consumption in power down with an active external clock is about 10 times  
higher than when using internal RC or external oscillators.  
Problem fix / Workaround  
Stop the external clock when the device is in power down.  
6. Asynchronous Oscillator does not stop in Power-down  
The Asynchronous oscillator does not stop when entering power down mode. This leads to  
higher power consumption than expected.  
Problem fix / Workaround  
Manually disable the asynchronous timer before entering power down.  
7. Interrupts may be lost when writing the timer registers in the asynchronous timer  
If one of the timer registers which is synchronized to the asynchronous timer2 clock is writ-  
ten in the cycle before an overflow interrupt occurs, the interrupt may be lost.  
Problem Fix/Workaround  
Always check that the Timer2 Timer/Counter register, TCNT2, does not have the value 0xFF  
before writing the Timer2 Control Register, TCCR2, or Output Compare Register, OCR2.  
The only safe time to write to any of the Timer2 registers in asynchronous mode is in a com-  
pare interrupt routine where the compare register is not 0xFF, or if the compare register is  
0xFF, after a delay of at least one asynchronous clock cycle from the start of the interrupt.  
359  
2545M–AVR–09/07  
 复制成功!