WDT Question For Pico?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Jibun no kage
Posts: 144
Joined: Mon Jul 25, 2022 9:45 pm

WDT Question For Pico?

Post by Jibun no kage » Tue Aug 02, 2022 2:17 am

Can someone point me to the reason code list for WDT? I been searching on GitHub but just not finding the right header file?

Also, is there a (ugly) way to read or query the WDT get count? This API call apparently returns the tick count down for WDT. Would be nice while debugging report how close to WDT once is getting to.

uint32_t watchdog_get_count(void)


Post Reply