Using Watchdog timer

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I am using SN8200x Murata wifi module and WICED SDK-2.4.0. I need to use the watchdog timer which I assume is present in STM32 controller itself. Are there any APIs in WICED SDK for using watchdog timer ?

Thanks.

0 Likes
1 Solution
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Please take a look at ...Wiced/Platform/common/ARM-Cortex_xx/.../watchdog.h&c and expand it as you wish.

Hope it helps.

View solution in original post

3 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Please take a look at ...Wiced/Platform/common/ARM-Cortex_xx/.../watchdog.h&c and expand it as you wish.

Hope it helps.

Anonymous
Not applicable

The watchdog functionality is enabled by default in the WICED-SDK and is automatically kicked (or patted) by the system_monitor thread. The system_monitor can be used to perform finer grained analysis of parts of the system to ensure individual threads or resources are not in a locked state.

Anonymous
Not applicable

Thank you.

0 Likes