6.1.3 Read SRAM and Peripherals Registers (SFR)
Reading from SRAM or peripherals requires no specific handling. The MEM-AP sequence of commands are followed.
Note: MEM-AP transactions may be handled differently than CPU transactions to provide non-intrusive debugging.
| Steps | mem_ap primitive |
|---|---|
| Read 8-bit item from address | ReadD8(Addr,Value) |
| Read 16-bit item from address | ReadD16(Addr,Value) |
| Read 32-bit item from address | ReadD32(Addr,Value) |
