Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
peterj43 opened this issue Jun 28, 2021 · 1 comment

Comments

@peterj43
Copy link
Contributor

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)

@SRGDamia1
Copy link
Contributor

If you have the solution, would you share it?

peterj43 added a commit to peterj43/Arduino-SDI-12 that referenced this issue Jul 13, 2021
peterj43 added a commit to peterj43/Arduino-SDI-12 that referenced this issue Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants