5.37 Read Burst with Wrap in QPI Mode (RBQPI)

The Read Burst with Wrap in QPI Mode (0CH) instruction enables wrap-around read in QPI mode. Both the wrap length and the number of dummy clock cycles are configured using the Set Read Parameters (C0H) instruction.

In QPI mode, the host initiates the operation by issuing the 0CH command, followed by a 3-byte address and the required dummy clock cycles. After the dummy cycles, the device outputs data on SIO[3:0], beginning at the specified address. During the read operation, the internal Address Pointer automatically increments until the final byte of the configured burst length is reached. The Address Pointer then wraps back to the first byte within the same burst region and continues outputting data within that boundary.

All burst operations are aligned according to the selected burst length. For example, with an 8-byte burst length and a starting address of 06h, the read sequence proceeds as follows: 06h → 07h → 00h → 01h → 02h → 03h → 04h → 05h → 06h → … This sequence repeats continuously until the operation is terminated by a low-to-high transition on CE#.