timer 16 interupt not trigering on a stm32L432
Im migrating the code from a stm32L031 to a stm32L432 and the timer interupt isnt triggering Ive set the LED to toggle in the CaptureCallback. This code works on a L031 using timer22. Clearly Im missing something obvious;void HAL_TIM_IC_CaptureCallba...