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