How to enable MCU CY8C4146LQIS433 watchdog function?

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

cross mob
Anonymous
Not applicable

I want to make use of the watchdog in my project and the mcu i choose  is CY8C4146LQIS433 ,but i don't know how to enable it , i enable the watchdog timer in PSOC Creator,but the driver code is still commented out.

how  do i set to  eanble the function?  thanks.

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi King,

The enable function should be: CySysWdtEnable();

In addition, if you want to use WDT with more flexibility, it may require more configuration in your code.

Kindly refer to the PSoC4000S/4100S WDT example

http://www.cypress.com/documentation/code-examples/ce210292-wdt-p4s-example-0

Thanks,

Ryan

0 Likes