Search found 1 match

by brentbrownnz
Thu Aug 22, 2019 9:17 am
Forum: ESP32 Arduino
Topic: Reading/writing timer in interrupt
Replies: 1
Views: 4269

Reading/writing timer in interrupt

Is there a trick to accessing timers from within an interrupt? I have configured 2 x timer interrupts, and they are running great. Next I want to read the value of a timer... but if I un-comment the line containing timerRead() it crashes with "Guru Meditation Error: Core 1 panic'ed (LoadProhibited)"...