Hi igorpadykov
seems MLK-20965 is not useful for me.
I want to print task list callstack before watchdog timeout, and I want design watchdog as "pretimeout 15s" "timeout 20s", so that I can do print task list callstack at 15s, and if reach to 20s, watchdog timeout will reset MCU directly.
my question is,
1.whether it is workable?
2.if it is workable, when reach to pretimeout 15s, is there an interrupt, signal or something else that I can do print task list callstack in interrupt handler or signal handler?
BR