STM32 Cube Monitor writing to a memory address
I am trying to write to a memory location for a nucleo board. As far as I have seen so far the simplest way to do this is as follows:

This can be problematic when the code changes and the memory address shifts for the variable I'm interested. I'm sure there is a simple way in which you can write to a variable in the same way that you read but I'm not sure how to do that. Would anyone be able to explain how to for me?
Thanks!
