This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

memory address breakpoint

when I run my program I get the following

TMS320C64X+_0: Warning: C674x_or_EDMA: READ access - 0xe38def3c

while, it is nice of the simulator to tell me, it is almost useless if I cannot trap the error somewhere.

is there any place in the debugger where I can set a break on a memory access?  or even break on a warning from the simulator?

  • Hello,

    Kurt Jensen said:
    is there any place in the debugger where I can set a break on a memory access?

    You can set a watchpoint to break on a memory access.

    Thanks

    ki

  • I have been setting various watchpoints.  As far as I can tell the app should break when it hits one of those points.  But it never breaks.  This despite messages from the simulator that the address in the watchpoint has been read or written. Any idea why this is not working for me?