This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Break on IDATA

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

Parents
  • Al Bradford wrote:
    "This was run in the Debugger/Simulator"

    Do you mean the debugger, or the simulator?
    Although the user interface appears the same, They are completely different things!

    The Simulator is purely software running on your PC;
    The debugger makes use of the actual target hardware.

    As I said earlier, and GRUN Christophe echoed later, the Triscend E5 hardware does not support breakpoints on IDATA, DATA, nor BDATA - so you can set the breakpoint in the Simulator, but you cannot do it in the TE5 Debugger!!

Reply
  • Al Bradford wrote:
    "This was run in the Debugger/Simulator"

    Do you mean the debugger, or the simulator?
    Although the user interface appears the same, They are completely different things!

    The Simulator is purely software running on your PC;
    The debugger makes use of the actual target hardware.

    As I said earlier, and GRUN Christophe echoed later, the Triscend E5 hardware does not support breakpoints on IDATA, DATA, nor BDATA - so you can set the breakpoint in the Simulator, but you cannot do it in the TE5 Debugger!!

Children
No data