Changing exception vector to cause RTC WDT reset
Posted: Sat Nov 07, 2020 8:55 am
Hello,
I have a problem with ESP32 which randomly throw double exceptions and then stuck. While i was searching for a solution, i encountered this phrase from a github issue. The phrase is "we will modify the DoubleException vector to cause an RTC watchdog reset instead of entering the panic handler. This will provide less information but will be a better safeguard against the device being locked up".
Link to the issue is https://github.com/espressif/esp-idf/issues/3810.
I want to know how to do this changing vector thing.
Thank you
I have a problem with ESP32 which randomly throw double exceptions and then stuck. While i was searching for a solution, i encountered this phrase from a github issue. The phrase is "we will modify the DoubleException vector to cause an RTC watchdog reset instead of entering the panic handler. This will provide less information but will be a better safeguard against the device being locked up".
Link to the issue is https://github.com/espressif/esp-idf/issues/3810.
I want to know how to do this changing vector thing.
Thank you