CY8C4126AXI-S433 watchdog

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

cross mob
hesc_1314511
Level 3
Level 3
10 sign-ins First solution authored 10 replies posted

hello,

about CY8C4126AXI-S433, is there an example for watchdog?

thanks

Henry

0 Likes
1 Solution
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello Henry,

Please refer to the Code Example: CE210292 - PSoC 4S Watchdog Timer. The link to the code example is:

https://www.cypress.com/documentation/code-examples/ce210292-psoc-4s-watchdog-timer

This code example demonstrates the basic capabilities of the WDT such as deep-sleep wakeup source and system reset counter. It configures the WDT to generate an interrupt every 500 ms and a reset on the third unserved interrupt (1.5 seconds). It turns on an LED to show the device reset caused by the WDT and toggles an LED to show the periodic interrupt generated by the WDT. The example also uses the ILO compensate APIs to improve the accuracy of the WDT interrupt generation.

Hope this helps. Let me know if you have further queries on this.

Best Regards

Ekta

View solution in original post

0 Likes
2 Replies
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello Henry,

Please refer to the Code Example: CE210292 - PSoC 4S Watchdog Timer. The link to the code example is:

https://www.cypress.com/documentation/code-examples/ce210292-psoc-4s-watchdog-timer

This code example demonstrates the basic capabilities of the WDT such as deep-sleep wakeup source and system reset counter. It configures the WDT to generate an interrupt every 500 ms and a reset on the third unserved interrupt (1.5 seconds). It turns on an LED to show the device reset caused by the WDT and toggles an LED to show the periodic interrupt generated by the WDT. The example also uses the ILO compensate APIs to improve the accuracy of the WDT interrupt generation.

Hope this helps. Let me know if you have further queries on this.

Best Regards

Ekta

0 Likes

hello,

thanks

best regards

Henry

0 Likes