This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cortex m7 STR fail

I am using a STM32H753. I have an ISR that adds up some values in a 32 bit RAM location. The code adds the values and stores in a volatile RAM location. The STR instruction executes but the value is never written to RAM. Attached debugger shows state immediately after the STR instruction wrote to address 0x2400ad7c. Is there something wrong with this code?