Search found 6 matches
- Fri Aug 23, 2024 8:52 am
- Forum: General Discussion
- Topic: 【Help】How to trace when Backtrace corrupted
- Replies: 3
- Views: 1545
Re: 【Help】How to trace when Backtrace corrupted
Thank you for you help. I found the pisition,but more confused bool IRAM_ATTR timer_isr_callback() { return true; <---- A0 happened here } static void IRAM_ATTR timer_isr(void* arg) { timer_ll_clear_intr_status(&TIMERG0, TIMER_0); if (timer_isr_callback()) { timer_ll_set_alarm_enable(&TIMERG0, TIMER...
- Fri Aug 23, 2024 2:56 am
- Forum: General Discussion
- Topic: 【Help】How to trace when Backtrace corrupted
- Replies: 3
- Views: 1545
【Help】How to trace when Backtrace corrupted
Guru Meditation Error: Core 1 panic'Backtrace: 0x7ad00baa:0x3fc989c0 |<-CORRUPTED I met a trace problem,the trace log is below,but it is not enough,as i cann't found any code connected with 0x7ad00baa. Maybe my method is not good enough,any one can help me? Guru Meditation Error: Core 1 panic'ed (Ca...
- Fri Aug 23, 2024 2:50 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【Help】Guru Meditation Error: Core 1 panic'Backtrace: 0x7ad00baa:0x3fc989c0 |<-CORRUPTED
- Replies: 1
- Views: 1964
Re: 【Help】Guru Meditation Error: Core 1 panic'Backtrace: 0x7ad00baa:0x3fc989c0 |<-CORRUPTED
需要一个callstack的定位方法 https://docs.espressif.com/projects/esp-faq/zh_CN/latest/development-environment/debugging.html#esp32-coredump 这个链接里面是这么描述的,但是没有描述清楚,sdk跑得太深了,没办法定位具体哪个地方出现的问题。 需要一个类似KEIl调试里面出现的的callstack才好定位, ESP32 出现 Error:Core 1 paniced (Cache disabled but cache memory region accessed) 是什么原因? ...
- Sat Aug 17, 2024 4:17 am
- Forum: 硬件问题讨论
- Topic: Cache disabled but cached memory region accessed
- Replies: 0
- Views: 3367
Cache disabled but cached memory region accessed
出现这个问题,backtrace提示的地址在elf里面找不到的情况下,有其他办法来定位吗? Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed). Core 1 register dump: PC : 0xbad00bad PS : 0x00060034 A0 : 0x8037659d A1 : 0x3fc989f0 A2 : 0x00000000 A3 : 0x3fcee334 A4 : 0x3fc9c134 A5 : 0x00000003 A6 : 0x000000...
- Fri Aug 16, 2024 3:06 am
- Forum: ESP-IDF 中文讨论版
- Topic: 无法定位Backtrace: 0x7ad00baa:0x3fc989c0
- Replies: 0
- Views: 1679
无法定位Backtrace: 0x7ad00baa:0x3fc989c0
【问题】 定位方法,通过Backtrace出现的0x7ad00baa和PC指针0xbad00bad无法定位到具体出错地方,这种情况下如何定位? 环境相关 硬件模组:ESP32S3-R8N16 IDF:IDF5.2.1 开发环境:Windows,Vscode+Platio+arduino+freertos+wifi,长时间工作后出现错误 [09:53:52.070]IN←◆G [09:53:52.120]IN←◆uru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed). Cor...
- Fri Aug 16, 2024 2:16 am
- Forum: ESP-IDF 中文讨论版
- Topic: 【Help】Guru Meditation Error: Core 1 panic'Backtrace: 0x7ad00baa:0x3fc989c0 |<-CORRUPTED
- Replies: 1
- Views: 1964
【Help】Guru Meditation Error: Core 1 panic'Backtrace: 0x7ad00baa:0x3fc989c0 |<-CORRUPTED
求救,出现这个问题的时候如何跟踪定位,0xbad00bad和0x7ad00baa都无法通过elf定位到具体出错位置 Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed). Core 1 register dump: PC : 0xbad00bad PS : 0x00060034 A0 : 0x803758ff A1 : 0x3fc989c0 A2 : 0x3fcee3f0 A3 : 0x00000001 A4 : 0x803815d8 A5 : 0x3fcf1690 A...