ESP32 Forum
ESP32 Official Forum
http://forum.esp32.com/
external GPIO Interrupts without RTOS framework?
http://forum.esp32.com/viewtopic.php?f=13&t=9815
Page
1
of
1
external GPIO Interrupts without RTOS framework?
Posted:
Fri Mar 22, 2019 7:16 pm
by
Paladin
Is it possible to run ISR's without the RTOS framework?
Re: external GPIO Interrupts without RTOS framework?
Posted:
Mon Mar 25, 2019 3:55 am
by
ESP_Sprite
Yes. You'd have to forego anything that interfaces with the RTOS in the ISR, though.