Search found 2 matches

by Hydneman
Fri Sep 11, 2020 7:23 am
Forum: ESP-IDF 中文讨论版
Topic: Error: Core 0 panic'ed (Cache disabled but cached memory region accessed)
Replies: 2
Views: 5259

Re: Error: Core 0 panic'ed (Cache disabled but cached memory region accessed)

Yeah, I think maybe you cause the stack overflow, because 0xbad00bad is not used in our system map.

By the way, you should give us more detail about this issue, in order that we can make your issue recur, and solve your problem.

Thanks.
by Hydneman
Mon Aug 24, 2020 2:30 am
Forum: ESP-IDF
Topic: Cannot access External Flash memory when External SPI Ram enabled
Replies: 6
Views: 7629

Re: Cannot access External Flash memory when External SPI Ram enabled

Hi, we have just found that when using SPIRAM_USE_MALLOC, it may call a wrong logic. Your issue is very similar to this. Please take a look on https://github.com/espressif/esp-idf/issues/4379. I hope the comment following will help you.