Skip to content
Gino Latino edited this page Jun 1, 2021 · 1 revision

Use

Read a variable or memory location value at run-time. Such can be achieved by: read <address>.

Examples

SRAM value read

IP 0x80000294 State Running Enter command: read 0x60000008

resulting into: 0x60000008: 0x11223344

SRAM value dump

IP 0x80000294 State Running Enter command: dump 0x60000000 4

resulting into: 0x60000000: 0x00000007 0x01312D00 0x11223344 0x00000610

Tutorial

See: https://aurixocd.blogspot.com/2021/06/lets-modify-variables-values-at-run-time.html

Clone this wiki locally