MDB Reference: x
x/tnfu[address]
TheMDBx command is used to examine memory in any of several formats, independently of your program data types.
Parameters
- t
- Type of Memory:r = file register;p = program (flash);e =EEPROM data.
- n
- Repeat Count (integer). Specifies how much memory inu units to display.
- f
- Display Format: same formats supported byprint.
- u
- Unit Size:b = bytes;h = half words (two bytes);w = words (four bytes).
- address
- The starting address (defaults to just after last address examined). Once you specifyt andu, they will "stick" for subsequent uses ofx, until changed.
Example
> x /r2b 0x1f88603000 00
