Hej I am using uVision 2.37 with C51 version 7.05C. I would like to set a break point in a stack overflow. Can anyone tell me how to set a break point on write access to I:0x7f Thank you
In the uVision2 Debugger, the following command sets a breakpoint on writes to address 0x70 in IDATA space.
bs write i:0x70