News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Main Menu

FT900 Watchdog no reset

Started by harira, July 07, 2020, 09:55:27 AM

Previous topic - Next topic

harira

Hi,
i am trying to implement the watchdog on a ft900.
It is correctly intialized with wdt_init (wdt_counter_1G_clocks);
To test the function i am not resetting the timer with wdt_kick ();
I would expect the controller to reset itself after 10 seconds. But nothing happens.
The mainloop continues to run without reset.

Did i miss something or is there something else to be initialized?

Christian

BRT Community

Hello,

Please refer to our watchdog example as part of AN_360 FT9xx Example Applications.

Full source code is provided to allow you to see the watchdog in operation.

This can be found at the following location as part of the FT9xx Toolchain.

C:\Users\Username\Documents\Bridgetek\FT9xx\2.5.0\Examples\Watchdog Example 1

You can also refer to AN_365 FT9xx API Programmers Manual for more information on the watchdog API functions.

Best Regards,
BRT Community

harira

Thank you!
That helped me out.
With the example i got it working.