Arduino-SDI-12
Arduino-SDI-12 copied to clipboard
ESP32- Core panic when using in conjunction with the "preferences" library.
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)
If you have the solution, would you share it?