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.

TM4C123AE6PM: CCS Question - Debugging: how to break on a ram address being written to.

Part Number: TM4C123AE6PM

CCS 10.4.0.00006.  I'm trying to break on a write access to a specific Ram address, I start a debug session then go to the Breakpoint view and add a breakpoint at that address, and it says it places a Software Breakpoint [S/W BP] - instead of a Hardware Breakpoint, so it never breaks as there's no code running there.  The only other breakpoint set is the one to halt at main().

How to do?

Thanks, Doug B