How to increase watchdog time greater than 3 seconds in PSOC5

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

cross mob
sako_4733926
Level 1
Level 1

Dear All,

I have a design with CY8C5268AXI-LP047 microcontroller.

I have an requirement of watchdog timer with reset time of 5 to 10 seconds.

The CY8C5268AXI-LP047 part has watchdog timer with time limit of 2 to 3 seconds only.

Anyone can help me to increase watchdog time up to 10 seconds?

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

The reset time period of watch dog timer in PSoC 5 family devices cannot be set more than 3 seconds. This is a limitation with device architecture.

Thanks

Ganesh

View solution in original post

0 Likes
4 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

The reset time period of watch dog timer in PSoC 5 family devices cannot be set more than 3 seconds. This is a limitation with device architecture.

Thanks

Ganesh

0 Likes

Thanks a lot.

0 Likes
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

sako,

Many applications that need very long WDT times will use the shorter WDT time limit and occasionally "pet" the watchdog one or more times during the long operation.

This may not be desirable.  An alternate solution is to find an external watchdog that can support your long time.   There are a chip type called a SBC (System Basis Chip) that include many system subfunctions like a Voltage Regulator some higher voltage IO control and an external watchdog.

Len

Len
"Engineering is an Art. The Art of Compromise."
0 Likes

Thanks a lot.

The external watchdog timer will be my last option.

Otherwise I will try to manage with shorter watchdog time.

0 Likes