Find out who is writing to memory address
Hi
Is there a way to sort of set a breakpoint to figure out which part of my code is messing with a specific memory address in STM32CubeIDE?
I've got this dynamically allocated address that keeps getting changed by something else in my code, and I'm trying to track down where it's happening. Any tips on how I can find the culprit function or module would be awesome :beaming_face_with_smiling_eyes:
Thanks
