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
Hi I have now upgraded to the latest 7.06, not that I think it makes a difference. I am using the off-chip code memory, else I think my setup is like what you have setup. I fail in setting the break point and yes it is in the Debug->Breakpoints dialog window that gives me an error when I try to set the break point. Maybe you can give me the exact commands that you are entering to set the break point on your system - I could have a syntax error? Thank you for your inputs, Dennis
In the uVision2 Debugger, the following command sets a breakpoint on writes to address 0x70 in IDATA space.
bs write i:0x70