Deep-sleep wakeup from counter

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

cross mob
TJ
Level 1
Level 1
First reply posted First question asked Welcome!

Hi,

I'd like to wake up from deep-sleep  when counter's capture interrupt event occurs.  I think this interrupt source cannot wake the device from deep-sleep mode, correct me if I'm wrong.  If this is the case, is there a way (trick) to accomplish this?  

Thanks

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA
0 Likes
1 Reply
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

The TCPWM based counter does not run on deep-sleep. You need to use a watchdog timer instead.

If using PDL:

https://cypresssemiconductorco.github.io/psoc6pdl/pdl_api_reference_manual/html/group__group__mcwdt....

If using HAL:

https://cypresssemiconductorco.github.io/psoc6hal/html/group__group__hal__lptimer.html

 

0 Likes