Umesh Lokhande
DIIDevHeads IoT Integration Server
•Created by Abdelrahman Ibrahim on 12/18/2024 in #firmware-and-baremetal
Choosing Between Interrupts and Polling for Critical Applications Like Airbags in Static Real-Time S
I would prefer using Interrupt over polling. The use of NMI (non-maskable interrupt) depends on the architecture of the MCU & interrupt intended to be used in the application. But in case, if non-maskable interrupt is not an option then consider using regular interrupt with high-priority
3 replies