SPRUJ55D September 2023 – July 2025 AM263P2 , AM263P2-Q1 , AM263P4 , AM263P4-Q1
RD_ID0 = 0x60
RD_ID1 = 0x61
| PRU Register | BS ID | Access Type | Register | Notes |
|---|---|---|---|---|
| R17-R2 | RD_ID1/0 | XIN | RD_DATA | Read Data |
| R18[0] | RD_ID1/0 | XOUT | RD_AUTO | Read Auto Mode If 0 -> 1, must write RD_ADDR If 1 -> 0, must not write RD_ADDR, must drain RD_DATA/RD_CMD If 0 -> 0, must write RD_ADDR When set, every RD_DATA pop will cause a new read command and read address to increment by 0x20 for the next read command if size is set to 32 Bytes 0x40 for the next read command if size is set to 64 Bytes In this case, user must set the address to be ether mod 0x20 or 0x40. 4 Byte mode is not supported. |
| R18[2-1] | RD_ID1/0 | XOUT | RD_SIZE | Read Size 0h: 4 Bytes 1h: Reserved 2h: 32 Bytes 3h: 64 Bytes |
| R18[0] | RD_ID1/0 | XIN | RD_BUSY | Read Busy Status 0h: Idle 1h: Active (RD CMD FIFO LEVEL !=0) or (RD DATA FIFO LEVEL !=0) |
| R18[1] | RD_ID1/0 | XIN | RD_CMD_FL | Read command FIFO Level 0h: Empty 1h: Occupied Note: It only pop the read command FIFO after the read data has arrived |
| R18[2] | RD_ID1/0 | XIN | RD_DATA_FL | Read data FIFO Level 0h: Empty 1h: Occupied 32 byte or 64 byte Note: In 64 byte mode, the user must wait for RD_MST_REQ = 0h before reading the FIFO. |
| R18[3] | RD_ID1/0 | XIN | RD_MST_REQ | RD MST RED 0h = Last data has been latched 1h = Last data is still in flight Note: In Auto mode, the user must insure that this bit is 0h and wait an additional NOP before user disables Auto mode to prevent a race condition. |
| R20:R19 | RD_ID1/0 | XOUT | RD_ADDR | Read address 48-bits 0x20 for the next read command if size is set to 32 Bytes 0x40 for the next read command if size is set to 64 Bytes The address can be the full 48-bits or just the lower 32-bits of the address, it will use the current state of the upper 16-bits |