262
2513L–AVR–03/2013
ATmega162/V
Programming the
EEPROM
Before programming the EEPROM a Chip Erase must be performed. See
“Performing Chip1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable EEPROM write using programming instruction 4a.
3.
Load address high byte using programming instruction 4b.
4.
Load address low byte using programming instruction 4c.
5.
Load data using programming instructions 4d and 4e.
6.
Repeat steps 4 and 5 for all data bytes in the page.
7.
Write the data using programming instruction 4f.
8.
Poll for EEPROM write complete using programming instruction 4g, or wait for t
WLRH
9.
Repeat steps 3 to 8 until all data have been programmed.
Note:
The PROG_PAGELOAD instruction can not be used when programming the EEPROM
Reading the EEPROM
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable EEPROM read using programming instruction 5a.
3.
Load address using programming instructions 5b and 5c.
4.
Read data using programming instruction 5d.
5.
Repeat steps 3 and 4 until all data have been read.
Note:
The PROG_PAGEREAD instruction can not be used when reading the EEPROM
Programming the
Fuses
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable Fuse write using programming instruction 6a.
3.
Load data low byte using programming instructions 6b. A bit value of “0” will program the
corresponding Fuse, a “1” will unprogram the Fuse.
4.
Write Fuse extended byte using programming instruction 6c.
5.
Poll for Fuse write complete using programming instruction 6d, or wait for t
WLRH (refer to
6.
Load data low byte using programming instructions 6e. A bit value of “0” will program the
corresponding Fuse, a “1” will unprogram the Fuse.
7.
Write Fuse High byte using programming instruction 6f.
8.
Poll for Fuse write complete using programming instruction 6g, or wait for t
WLRH (refer to
9.
Load data low byte using programming instructions 6h. A “0” will program the Fuse, a “1”
will unprogram the Fuse.
10. Write Fuse Low byte using programming instruction 6i.
11. Poll for Fuse write complete using programming instruction 6j, or wait for t
WLRH (refer to
Programming the
Lock Bits
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable Lock bit write using programming instruction 7a.
3.
Load data using programming instructions 7b. A bit value of “0” will program the corre-
sponding Lock bit, a “1” will leave the Lock bit unchanged.
4.
Write Lock bits using programming instruction 7c.
5.
Poll for Lock bit write complete using programming instruction 7d, or wait for t
WLRH (refer