Resolved! STM32H745 - resetting of a variable in ISR does not work occasionally
I have a strange problem. I have a global uint32_t variable that counts up in the main loop and every 100 ms it gets reset in a timer-ISR. This works, but sometimes it does not.Here is the value of the variable MainCounter read out by the debugger:Th...