Search found 2 matches
- Sun Aug 25, 2024 10:59 pm
- Forum: ESP-IDF
- Topic: Where is esp_panic_handler turns into _panic_handler?
- Replies: 1
- Views: 418
Re: Where is esp_panic_handler turns into _panic_handler?
Problem solved by adding CONFIG_ESP_PANIC_HANDLER_IRAM=y
- Sat Aug 24, 2024 9:34 am
- Forum: ESP-IDF
- Topic: Where is esp_panic_handler turns into _panic_handler?
- Replies: 1
- Views: 418
Where is esp_panic_handler turns into _panic_handler?
Hi! My interrupts table contains some default _panic_handler. I run into this _panic_handler for unknown reason which I want to investingate. But this handler contains first (or just one?) instruction unimp : 0x40380102 _panic_handler+0 unimp Also I see in my binary what esp_panic_handler(panic_info...