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

Use

Writes a byte into a variable or memory location at run-time. Such can be achieved by: w8 <address> <value>.

Examples

SRAM byte value modify

IP 0x80000294 State Running Enter command: w8 0x60000008 0x55

IP 0x80000294 State Running Enter command: r8 0x60000008 0x60000008: 0x55

Tutorial

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

Clone this wiki locally