Arduino-SDI-12 icon indicating copy to clipboard operation
Arduino-SDI-12 copied to clipboard

ESP32- Core panic when using in conjunction with the "preferences" library.

Open peterj43 opened this issue 3 years ago • 1 comments

I found I get the following error in the SDI12 receive interrupt:- "esp32 guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed)" This only occurs when trying to write data to the Preferences NVM. I have solution to the issue which requires that the receive interrupt and any function call by the receive interrupt be located in the ESP32/8266 instruction RAM (IRAM)

peterj43 avatar Jun 28 '21 17:06 peterj43

If you have the solution, would you share it?

SRGDamia1 avatar Jul 06 '21 15:07 SRGDamia1