Hello,
I'm little bit confused by the output provided by ldump command. After the board reset I get this output from the following commands:
Code:
ok ldump 0x0 100
error: data stack underflow
ok ldump 0x100 100
0 4 8 C 0123456789ABCDEF
0x00000000 38600000 3C800800 38A00000 38C00000 8`..<...8...8...
0x00000010 480030C8 00000000 00000000 00000000 H.0.............
0x00000020 00000000 00000000 00000000 00000000 ................
0x00000030 00000000 00000000 00000000 00000000 ................
0x00000040 00000000 00000000 00000000 00000000 ................
0x00000050 00000000 00000000 00000000 00000000 ................
0x00000060 00000000 00000000 00000000 00000000 ................
0x00000070 00000000 00000000 00000000 00000000 ................
0x00000080 00000000 00000000 00000000 00000000 ................
0x00000090 00000000 00000000 00000000 00000000 ................
0x000000A0 00000000 00000000 00000000 00000000 ................
0x000000B0 00000000 00000000 00000000 00000000 ................
0x000000C0 00000000 00000000 00000000 00000000 ................
0x000000D0 00000000 00000000 00000000 00000000 ................
0x000000E0 00000000 00000000 00000000 00000000 ................
0x000000F0 00000000 00000000 00000000 00000000 ................
ok ldump 0x0 100
0 4 8 C 0123456789ABCDEF
0x00000100 48002FD8 00000000 00000000 00000000 H./.............
0x00000110 00000000 00000000 00000000 00000000 ................
0x00000120 00000000 00000000 00000000 00000000 ................
0x00000130 00000000 00000000 00000000 00000000 ................
0x00000140 00000000 00000000 00000000 00000000 ................
0x00000150 00000000 00000000 00000000 00000000 ................
0x00000160 00000000 00000000 00000000 00000000 ................
0x00000170 00000000 00000000 00000000 00000000 ................
0x00000180 00000000 00000000 00000000 00000000 ................
0x00000190 00000000 00000000 00000000 00000000 ................
0x000001A0 00000000 00000000 00000000 00000000 ................
0x000001B0 00000000 00000000 00000000 00000000 ................
0x000001C0 00000000 00000000 00000000 00000000 ................
0x000001D0 00000000 00000000 00000000 00000000 ................
0x000001E0 00000000 00000000 00000000 00000000 ................
0x000001F0 00000000 00000000 00000000 00000000 ................
ok
I'm asking since the first invocation and the third provides unexpected -- at least to me output. What's exactly the format of addr and len? Am I right using hexa address for the first and simple int for the later?
Thanks,
Karel