List Question
20 TechQA 2023-02-08T16:21:56.803000How to write strictly conforming interrupt service routines (on AVR)
208 views
Asked by wimalopaan
Is it legal to use `volatile uint8_t` instead of `volatile sig_atomic_t`?
328 views
Asked by wimalopaan
Why does memory-barrier prohibit optimization on static global variable?
229 views
Asked by wimalopaan
Timer interrupt using ESP32 IDF
507 views
Asked by Balaji Baski
ATTiny 1626 pullup input does not trigger falling edge ISR, is there something wrong with my setup?
209 views
Asked by Felix Mark
Optimization, global variables and memory-barriers
118 views
Asked by wimalopaan
what is the 1 of N model implementation for GIC600
83 views
Asked by Namu
Sleeping or blocking in interrupt handler
205 views
Asked by akumar
XINU OS - How can I count number of interrupts handlers that occured?
125 views
Asked by Mostfa Mostfa
How to exit waitPress() fuction of the Keypad library?
70 views
Asked by Nicolas Formichella
Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in…”
1.7k views
Asked by Christian Leeb
Clearing interrupt necessary inside an ISR? (for Atmega644p uC)
674 views
Asked by Reewen
Implementing ISR in C++ for AVR Mega
206 views
Asked by Phil Davies
General memory-barrier versus special volatile access (on AVR)
119 views
Asked by wimalopaan
What is the machinery behind stack unwinding?
593 views
Asked by Dmitry Kuzminov
RISC-V - trap handler with a separate stack
516 views
Asked by Eugene Sh.
STM32 double interrupt
412 views
Asked by Jeff Casey
ESP32 - Interrupt is triggering when I send a pulse through digital pin
322 views
Asked by Gamme40
Interrupts with Pi Pico (with freeRTOS and multiple buttons) c/c++
1.1k views
Asked by Vlad Dobritoiu