You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: