Regrading re-enable CPU cache error

GirishHolla
Posts: 15
Joined: Tue Jun 01, 2021 10:21 am

Regrading re-enable CPU cache error

Postby GirishHolla » Mon Dec 13, 2021 7:32 am

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,

ESP_Sprite
Posts: 9723
Joined: Thu Nov 26, 2015 4:08 am

Re: Regrading re-enable CPU cache error

Postby ESP_Sprite » Tue Dec 14, 2021 1:50 am

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.

GirishHolla
Posts: 15
Joined: Tue Jun 01, 2021 10:21 am

Re: Regrading re-enable CPU cache error

Postby GirishHolla » Tue Dec 14, 2021 5:18 am

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