Getting Started with STM32F103: Timer Interrupt
In the previous guide (here), we took a look how to configure TIM2 of STM32F103 to generate precise delay from 1 milliseconds up to 65 seconds. In this guide, we shall use timer interrupt to generate interrupt each second and toggle the LED...
READ MORE