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
Hi
I use an ESP32 Dev Module and I use IDF version: v5.1.4-497-gdc859c1e67-dirty (esp v3.0.3 in Eclipse Sloeber).
My problem is simple : when I use ADC Continuous read and I try to read/write to my LittleFS partition, I crash my program with the error : Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed).
The debug backtrace doesn't help.
I read lot of things about this problem and try to add :
Hi
I use an ESP32 Dev Module and I use IDF version: v5.1.4-497-gdc859c1e67-dirty (esp v3.0.3 in Eclipse Sloeber).
My problem is simple : when I use ADC Continuous read and I try to read/write to my LittleFS partition, I crash my program with the error :
Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed).
The debug backtrace doesn't help.
I read lot of things about this problem and try to add :
if
sdkconfig.h
andsoc_caps.h
files but we no success.I don't know what to try anymore.
Any ideas to try ?
Thanks
Lionel
The text was updated successfully, but these errors were encountered: