6.1.2 Read RAM and Peripherals
Reading from RAM or peripherals requires no specific handling.
Note: MEM-AP transactions may be handled differently than CPU transactions to provide
“non-intrusive” debugging.
| Step | 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) |
