Datasheet
Table Of Contents
- 1. Pin Configurations
- 2. Overview
- 2.1 Block Diagram
- 2.2 Comparison Between ATmega169A/169PA/329A/329PA/649A/649P/3290A/3290PA/6490A/6490P
- 2.3 Pin Descriptions
- 2.3.1 VCC
- 2.3.2 GND
- 2.3.3 Port A (PA7...PA0)
- 2.3.4 Port B (PB7...PB0)
- 2.3.5 Port C (PC7...PC0)
- 2.3.6 Port D (PD7...PD0)
- 2.3.7 Port E (PE7...PE0)
- 2.3.8 Port F (PF7...PF0)
- 2.3.9 Port G (PG5...PG0)
- 2.3.10 Port H (PH7...PH0)
- 2.3.11 Port J (PJ6...PJ0)
- 2.3.12 RESET
- 2.3.13 XTAL1
- 2.3.14 XTAL2
- 2.3.15 AVCC
- 2.3.16 AREF
- 2.3.17 LCDCAP
- 3. Resources
- 4. Data Retention
- 5. About Code Examples
- 6. Capacitive touch sensing
- 7. Register Summary
- 8. Instruction Set Summary
- 9. Ordering Information
- 10. Packaging Information
- 11. Errata
- 12. Datasheet Revision History

33
8284CS–AVR–6/11
ATmega169A/PA/329A/PA/3290A/PA/649A/P/6490A/P
11. Errata
11.1 ATmega169A
No known errata
11.2 ATmega169A/169PA Rev. A to F
Not sampled.
11.3 ATmega169PA Rev. G
No known errata.
11.4 ATmega329A/329PA rev. A
• Interrupts may be lost when writing the timer registers in the asynchronous timer
• Using BOD disable will make the chip reset
1. Interrupts may be lost when writing the timer registers in the asynchronous timer
The interrupt will be lost if a timer register that is synchronous timer clock is written when the
asynchronous Timer/Counter register (TCNTx) is 0x00.
Problem Fix/ Workaround
Always check that the asynchronous Timer/Counter register neither have the value 0xFF nor
0x00 before writing to the asynchronous Timer Control Register (TCCRx), asynchronous
Timer Counter Register (TCNTx), or asynchronous Output Compare Register (OCRx).
2. Using BOD disable will make the chip reset
If the part enters sleep with the BOD turned off with the BOD disable option
enabled, a BOD reset will be generated at wakeup and the chip will reset.
Problem Fix/Workaround
Do not use BOD disable
11.5 ATmega329A/329PA rev. B
• Interrupts may be lost when writing the timer registers in the asynchronous timer
1. Interrupts may be lost when writing the timer registers in the asynchronous timer
The interrupt will be lost if a timer register that is synchronous timer clock is written when the
asynchronous Timer/Counter register (TCNTx) is 0x00.
Problem Fix/ Workaround
Always check that the asynchronous Timer/Counter register neither have the value 0xFF nor
0x00 before writing to the asynchronous Timer Control Register (TCCRx), asynchronous
Timer Counter Register (TCNTx), or asynchronous Output Compare Register (OCRx).