Resolved! STM32F407 discovery board. Basic Timer TIM6 and Interrupt to toggle LED without HAL driver
HiI am trying to better understand the registers and register manipulation to set up the following scenario:Toggle LED on PD12 every 1 second via TIM6 and Interrupt Handler.Below is my code. I enter the interrupt service routine (verified by setting ...