7 Read Sequence

Reading the AT25512 via the SO pin requires the following sequence. After the CS line is pulled low to select a device, the READ (03h) instruction is transmitted via the SI line followed by the 16‑bit address to be read. Refer to Table 7-1 for the address bits for AT25512.
Table 7-1. AT25512 Address Bits
AddressAT25512
ANA15—A0
Upon completion of the 16‑bit address, any data on the SI line will be ignored. The data (D7‑D0) at the specified address is then shifted out onto the SO line. If only one byte is to be read, the CS line should be driven high after the data comes out. The read sequence can be continued since the byte address is automatically incremented and data will continue to be shifted out. When the highest‑order address bit is reached, the address counter will rollover to the lowest‑order address bit allowing the entire memory to be read in one continuous read cycle regardless of the starting address.
Figure 7-1. Read Waveform