Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hi..
critical applications like airbag it’s better to use interrupt or polling with it in static real-time system
i think it’s a good idea to connect it directly with the non-maskable interrupt that don’t need to connect with the interrupt controller but what if the non-maskable interrupt is not an option ?
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
CONTRIBUTE TO THIS THREAD