2021-11-03 11:48 AM
Apparently I have a bad pointer somewhere that periodically kills some bytes in my itcm functions. It'd be really easy to find it if I could break on memory write. Does this feature exist with this tool and IDE?
Solved! Go to Solution.
2021-11-03 12:25 PM
Yes, you want to set up a watchpoint.
Right click in the expressions window and select Add Watchpoint (C/C++)...
Edit:
2021-11-03 12:25 PM
Yes, you want to set up a watchpoint.
Right click in the expressions window and select Add Watchpoint (C/C++)...
Edit:
2021-11-03 02:43 PM
The debug hardware has some methods, could perhaps also try the MPU configuration and make it Read-Only, then it would just fault