Search found 1 match
- Sat Jan 30, 2021 9:04 pm
- Forum: ESP32 Arduino
- Topic: Changing timer alarm in ISR
- Replies: 3
- Views: 9729
Re: Changing timer alarm in ISR
I've been struggling around with a similar problem and then found that the initial code posted by Thomas1will work soon (esp32 v1.05): ESP32 Library file "cores/esp32/esp32-hal-timer.c" has been fixes by applying IRAM_ATTR to all functions. (see https://github.com/espressif/arduino-esp32/commit/be77...