News

Many of us have run a Blink program on a microcontroller before. It’s effectively the “Hello, World!” of the embedded space.
On an STM32 MCU, we get to choose between essentially an active delay (while loop), one implemented using the SysTick timer and using one of the peripheral timers.