RTC cannot wakeup from deep sleep

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

cross mob
JeHu_3414236
Level 5
Level 5
10 likes received First like received

I am using the PSoC 63 Pioneer board in my custom app but it cannot wakeup from deep sleep using a RTC interrupt.  If I wake up from deep sleep through some other way like GPIO, I will get the RTC interrupt afterwards.  Does anyone know what is wrong?  I copied the source code from the RTC example Custom_TickTimer_RTC01 and it still doesn't work in my project.

0 Likes
1 Solution
JeHu_3414236
Level 5
Level 5
10 likes received First like received

I didn't assign deep sleep capable interrupt number.  The default was using 9.  The Custom_TickTimer_RTC01 example document should mention to change interrupt number for deep sleep.

View solution in original post

0 Likes
1 Reply
JeHu_3414236
Level 5
Level 5
10 likes received First like received

I didn't assign deep sleep capable interrupt number.  The default was using 9.  The Custom_TickTimer_RTC01 example document should mention to change interrupt number for deep sleep.

0 Likes