Search found 1 match
- Thu Jun 28, 2018 5:35 pm
- Forum: ESP-IDF
- Topic: Timer interrupt and reading/writing flash memory causes a crash
- Replies: 6
- Views: 10405
Timer interrupt and reading/writing flash memory causes a crash
I can read and write to the flash memory without problems in the main program. Doing the same in a timer interrupt routine (watchdog) causes a crash. The objective is to save some status values when the watchdog gets triggered. I thought it might be a timing issue, but increasing the watchdog timeou...