Resolved! Timer interrupt and GPIO toggling
hey thereI have a STM32f030k6t6 which I wish to set a timer(TIM16 in this case) and each time timer interrupts, a GPIO pin toggles. I attach the clock configuration.and here is my tim16 confightim16.Instance = TIM16; htim16.Init.Prescaler = 10; h...