BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

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

Author Topic: FT900 Watchdog no reset  (Read 8250 times)

harira

  • Newbie
  • *
  • Posts: 2
    • View Profile
FT900 Watchdog no reset
« on: July 07, 2020, 09:55:27 AM »

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
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 732
    • View Profile
Re: FT900 Watchdog no reset
« Reply #1 on: July 08, 2020, 05:15:59 PM »

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
Logged

harira

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: FT900 Watchdog no reset
« Reply #2 on: July 31, 2020, 01:08:34 PM »

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

Logged