Page 1 of 1
Regrading re-enable CPU cache error
Posted: Mon Dec 13, 2021 7:32 am
by GirishHolla
Hi, I'm currently using ESP32 WROOM32 and esp-idf v4.2. Using some firmware logic to write data on the internal flash of esp32 wroom32. since it continuously writes data to the internal flash (for every second) of esp32, it's resulting in a "re-enable CPU cache" error. Kindly let me know cause of this error and solution to this error. Thanking you in advance,
Re: Regrading re-enable CPU cache error
Posted: Tue Dec 14, 2021 1:50 am
by ESP_Sprite
It probably means you have some code that tries to access flash or psram in e.g. an interrupt that promises not to do that. Do you have a backtrace, can you post your code? Without that, we can't really tell you anything more.
Re: Regrading re-enable CPU cache error
Posted: Tue Dec 14, 2021 5:18 am
by GirishHolla
Thank you for your reply but as per some restrictions I'm unable to share the code. If possible i'll try to share part of the basic instruction set file.