SPRUJ42E March 2022 – October 2024 AM2631 , AM2631-Q1 , AM2632 , AM2632-Q1 , AM2634 , AM2634-Q1
PRODUCTION DATA
Memory Mapped SPI Setup3 Register.
Return to Summary Table
| Instance Name | Physical Address |
|---|---|
| QSPI0 | 4820 0060h |
| 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 |
| RESERVED2 | NUM_D_BITS | ||||||
| R | R/W | ||||||
| 0h | 0h | ||||||
| 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 |
| WCMD | |||||||
| R/W | |||||||
| 2h | |||||||
| 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 |
| RESERVED1 | READ_TYPE | NUM_D_BYTES | NUM_A_BYTES | ||||
| R | R/W | R/W | R/W | ||||
| 0h | 0h | 0h | 2h | ||||
| 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| RCMD | |||||||
| R/W | |||||||
| 3h | |||||||
| Bit | Field | Type | Reset | Description |
|---|---|---|---|---|
| 31:29 | RESERVED2 | R | 0h | Always read as 0 |
| 28:24 | NUM_D_BITS | R/W | 0h | Number of dummy bits to use if NUM_D_BYTES = 0 |
| 23:16 | WCMD | R/W | 2h | Write Command |
| 15:14 | RESERVED1 | R | 0h | Always read as 0 |
| 13:12 | READ_TYPE | R/W | 0h | Determines if the read command is a single, dual or quad read mode command 00 Normal read [all data input on spi_din] 01 Dual read [odd bytes input on spi_din; even on spi_dout] 10 Normal read [all data input on spi_din] 11 Quad read [uses spi_qdin0/1] |
| 11:10 | NUM_D_BYTES | R/W | 0h | Number of dummy bytes to be used for fast read. 0 = use the value in NUM_D_BITS 1 = use 8 bits; 2 = use 16 bits; 3 = use 24 bits |
| 9:8 | NUM_A_BYTES | R/W | 2h | Number of address bytes to be sent. 0 = 1 byte; 1 = 2 bytes; 2 = 3 bytes; 3 = 4 bytes |
| 7:0 | RCMD | R/W | 3h | Read Command |