Why toggling of Port E inside the timer 2 interrupt handler only work if the APB1 prescaler is set to /2 or /4 only?
I have a Timer 2 interrupt handler which will toggle the Port E output. My MCU is STM32F407 running at 168 Mhz. I found that the toggle code inside the interrupt handler only work if the APB1 prescaler is set to /2 or /4 only. Slower ABB1 frequency...