Resolved! STM32H7 Timer Compare missed the first time
I have an odd issue. I am setting up a timer compare channel for a 5ms delay in the future. I set the counter to 0, set the compare value to 5ms in the future. The compare interrupt does not occur, until the timer wraps all the way around and pass...