Search found 1 match
- Thu May 06, 2021 5:09 am
- Forum: ESP32 Arduino
- Topic: Storing Preferences and suspending Timer Interrupts
- Replies: 0
- Views: 1490
Storing Preferences and suspending Timer Interrupts
I have an Arduino project where I run a timer-based interrupt which calls an Interrupt Service Routine (ISR) at at 5 kHz, and I am trying to use the Preferences library to store data from the loop() routine, but I get what looks like a watchdog crash/reboot related to the timer interrupt. In the Set...