Debuger : uVision 4, JTAG
MICOM : Cortex-M3
I hope to monitor continous values of transfering buffer during a
communication.
I wrote a script like this and got below result,
func void mon(void)
{ while (1) { _sleep_(100); exec("d &mau08TransferBuffer[0],&mau08TransferBuffer[4]"); }
}
mon()
0x200012C0 00 00 00 00 00 .....
0x200012C0 00 00 00 00 00 .....
0x200012C0 04 C7 00 00 00 .....
0x200012C0 08 1F 00 00 00 .....
0x200012
↧