9.5.8 Read EEPROM
The contents of the EEPROM can be read back, one word at a time, starting with that of the requested address through the following sequence. This sequence can be used to verify the contents written to EEPROM after an EEPROM program cycle.
- Write the most significant 5 bit of the EEPROM address in R169 (MEMADR byte 1) and write the least significant 8 bits of the EEPROM address in R170 (MEMADR byte 0).
- The EEPROM data located at the address specified in the step above can be obtained by reading R171 (NVMDAT byte) in the same register transaction.
- Any additional access that is part of the same transaction will cause the EEPROM address to be incremented and a read will take place of the next EEPROM address.
- Byte or Block read transfers from R171 can be used to read the entire EEPROM map sequentially from Byte 0 to 508 (509 bytes total).
- Access to EEPROM will terminate at the end of current register transaction.