33.7.6 Reading the Flash
The algorithm for reading the Flash memory is as follows (Please refer to Programming the Flash in this chapter for details on Command and Address loading):
- Step A: Load Command “0000 0010”.
- 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 Flash word low byte can now be read at DATA.
- Set BS1 to “1”. The Flash word high byte can now be read at DATA.
- Set OE to “1”.