33.7.7 Reading the EEPROM
The algorithm for reading the EEPROM memory is as follows (Please refer to Programming the Flash for details on Command and Address loading):
- Step A: Load Command “0000 0011”.
- Step G: Load Address High Byte (0x00 - 0xFF).
- Step B: Load Address Low Byte (0x00 - 0xFF).
- Set OE to “0”, and BS1 to “0”. The EEPROM Data byte can now be read at DATA.
- Set OE to “1”.