Code: Select all
struct rstInfo {
uint32 reason;
uint32 exxccause;
uint32 epc1;
uint32 epc2;
uint32 epc3;
uint32 excvaddr;
uint32 depc;
};
Now, using ESP32 with ESP-IDF I tried to find an alternative, however I found nothing I could use.
Could someone help me how I can remotely define the reason why the ESP32 device rebooted?