This content has been marked as final.
Show 4 replies
-
1. Re: How to use Watchdog timer
user_173869630 Jun 6, 2012 12:26 AM (in response to viktor.hildebrand)Hi,
on page 27 of the latest FX3APIGuide.pdf you can find the according informations and API's for using the watchdog.
Regards!
-
2. Re: How to use Watchdog timer
viktor.hildebrand Jun 6, 2012 4:14 AM (in response to viktor.hildebrand)Thanks for your response,
it works. The watchdog resets the device when it is not responsive. Now I have another problem. Where can I read out if a watchdog reset occured. I tried to read this information from register CY_U3P_PIB_PP_INIT but it is always 0x0C01 even if a watchdog reset occured.
Thanks for helping
-
3. Re: How to use Watchdog timer
dhanrajr_36 Jun 7, 2012 2:01 AM (in response to viktor.hildebrand)You will have implement your own mechanism to detect watchdog reset. This can be done by using uninitialized global flag or by storing a flag in SPI/I2C EEPROM.
-
4. Re: How to use Watchdog timer
viktor.hildebrand Jun 11, 2012 1:27 AM (in response to viktor.hildebrand)OK, it works.
Thanks