Keeping 2 Timer Interrupts with different Frequencies in Sync
Hello,I have two 32bit timers running on an STM32F373, TIM2 and TIM5. I have successfully chosen TIM2's prescale and ARR values to generate the 'update' interrupt as I require by using TIM2's prescale set to 0 and modifying the ARR to set a target ...