Accurate reset reason
Posted: Fri Jul 13, 2018 12:21 pm
I need an more accurate reset reason in idf, how can I do this? See:
Cause ::: Reset reason
Interrupt wdt ::: 12 (SW_CPU_RST)
Task wdt ::: 12 (SW_CPU_RST)
ESP_RESTART() ::: 12 (SW_CPU_RST)
and etc...
Can I accurate this? I need to log when is task wdt or interrupt wdt (never occur but necessary), but all reasons are 12
I thought of something with coredump, but maybe it's too complex for something simple.
Cause ::: Reset reason
Interrupt wdt ::: 12 (SW_CPU_RST)
Task wdt ::: 12 (SW_CPU_RST)
ESP_RESTART() ::: 12 (SW_CPU_RST)
and etc...
Can I accurate this? I need to log when is task wdt or interrupt wdt (never occur but necessary), but all reasons are 12
I thought of something with coredump, but maybe it's too complex for something simple.