Watchdog configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Watchdog configuration

Jump to solution
1,280 Views
adrianwenger
Contributor III

Hi,

I want to have a watchdog which resets MCU after 70 ms.

This is my current setting for the wdog:

pastedImage_2.png

Are this settings valid ?

Because for me it seems that the wdog is not working correctly. 

If i insert a loop for 0xFFFFFFFF cycles in my main function, the wdog is not resting the MCU...

And if i change the settings like this:

pastedImage_3.png

The wdog is reseting the MCU all the time... 

Regards,

Adrian

Labels (1)
0 Kudos
1 Solution
1,010 Views
adrianwenger
Contributor III

CC++ - S32K_watchdogsrcmain.png

okay, This configuration works

View solution in original post

1 Reply
1,011 Views
adrianwenger
Contributor III

CC++ - S32K_watchdogsrcmain.png

okay, This configuration works