Interruptions aren’t just a staple of our daily lives. They’re also crucial for making computer systems work as well as they do, as they allow for a system to immediately respond to an event. While on ...
This project demonstrates how to configure and use an external interrupt (EXTI) on an STM32 microcontroller using STM32CubeIDE and HAL. A push button connected to PB0 triggers an interrupt, and an LED ...
One of the very first examples for an MCU or SoC usually involves the famous ‘Blinky‘ example, where an LED is pulsed on and off with a fixed delay. This is actually a lot more complicated than the ...