How to set up a breakpoint monitoring an address?
Hey all,
I'm trying to verify register values in my project, as per this link: https://www.freertos.org/Debugging-Hard-Faults-On-Cortex-M-Microcontrollers.html
I'm attempting to open the break point window in the debugger, and manually define an execution or access break point at that address, but having difficulties in creating a break point at an address.
If someone could guide me on how to do so, that would be much appreciated!
Cheers :)
