Disable WDT in Sleep mode

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

cross mob
Anonymous
Not applicable

Hi,

   

I was using PSoc 5LP.I want to disable the WDT in Sleep mode.

   

i have used CyWdtStart(CYWDT_1024_TICKS,CYWDT_LPMODE_DISABLED);/* WDT Start */

   

to start the WDT. System enters into sleep also if i was not clear/feed the WDT the system is getting reset.

   

lpMode: Low power mode configuration. This parameter is ignored for PSoC 5. is it true?

   

Is is possible to disable the WDT in Sleep mode for PSoc5 devices?

   

Thanks.

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Here is the manual on Sleep using Psoc 3 and Psoc 5. and how WDT is used with it.

0 Likes