Watchdog in 4100s

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello,

I have some experiences on the 4100 Familly (CY8C4125LQI-483)- Now I need a fifth PWM only available on the 4100s family.

My main issue at the moment is the big difference in the watchdog API between both architecture:

I can setup the WDT delay to my needs i.e: 1.6 secs.

I used to "kick" the watchdog using the  CySysWdtResetCounters(CY_SYS_WDT_COUNTER0_RESET); to reset the counter on the 4100,

This function is not present on the 4100s. What can I do to reset the watchdog counter on the 4100s device?

Thanks in advance for your reply.

You will find my setting for the WDT settings in the cydrw in the joined picture.

0 Likes
1 Reply
NoriTan
Employee
Employee
25 sign-ins 5 questions asked 10 sign-ins

You can find the cy_lfclk Component Manual at following page.

http://www.cypress.com/documentation/component-datasheets/psoc-4-low-frequency-clock-cylfclk-version...

PSoC 4 Low-Frequency Clock (cy_lfclk)

Two types of WDTs are described in this document.

Regards,

Noriaki

0 Likes