Reset happens just wake up from hibernate

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

cross mob
Anonymous
Not applicable
        Hi, on my project, PSoc wakes up when any interrupt occurs on UART1 and normally it works fine. But sometimes the reset happens during wake up and the system runs as initial. Here is the snippet of my codes. I2C_Sleep(); Timer_1_Sleep(); UART_Upper_Sleep(); UART_Lower_Sleep(); ADC_DelSig_1_Sleep(); VDAC8_1_Sleep(); CyPmSaveClocks(); CyPmHibernate(); CyPmRestoreClocks(); Timer_1_Wakeup(); I2C_Wakeup(); UART_Upper_Wakeup(); UART_Lower_Wakeup(); ADC_DelSig_1_Wakeup(); VDAC8_1_Wakeup(); Any advices ?   
0 Likes
2 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

You observing the precautions and methods in these -

   

 

   

http://www.mymcu.ru/content/articles/Cypress/AN66083.pdf

   

 

   

      http://www.cypress.com/?docID=37054

   

 

   

Regards, Dana.

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable
        Dana, Thanks for your help. I have read the app-note carefully and tried to fix the problem, but I haven't. I have posted my sample project which can replicate the problem. After about 5 minutes in Hibernate mode, it sometimes reset and run from the initial. Any more advice will be appreciated.   
0 Likes