I was testing with system_get_rst_info() function, I always get source is caused by '6' which is "REANSON_EXT_SYS_RST" even when i force wdt reset ?
Code: Select all
struct rst_info *rtc_info = system_get_rst_info();
os_printf("reset reason: %x\n", rtc_info->reason);
any thoughts?
Thanks