Regrading re-enable CPU cache error
-
- Posts: 15
- Joined: Tue Jun 01, 2021 10:21 am
Regrading re-enable CPU cache error
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,
-
- Posts: 9723
- Joined: Thu Nov 26, 2015 4:08 am
Re: Regrading re-enable CPU cache error
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.
-
- Posts: 15
- Joined: Tue Jun 01, 2021 10:21 am
Re: Regrading re-enable CPU cache error
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.
Who is online
Users browsing this forum: No registered users and 328 guests