sleep mode to wakeup the system using CAN Rx interrupt

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

cross mob
Anonymous
Not applicable

Hi,

   

i was using CY8C5868LTI-LP039 .i would like to implement sleep mode(LPM).

   

Is it possible to wakeup the system using CAN rx interrupt?

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Waking up from (deep) sleep mode takes some time, so the transmitted message will start with a character error. When you can live with that you have rhe opportunity to use the pin's interrupt function to resume from sleep mode.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi Bob,

   

Thanks,currently i don't have any pin's interrupt connection.

   

i was going to use sleep mode only not deep sleep.sleep mode is it possible to receive the CAN rx interrupt message.

   

if its take some time to wakeup how long its take.

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Please have a look at AN77900. On page 2 the timings are listed. Keep in mind that a corrupted/delayed start bit wil always invalidate the following data.

   

 

   

Bob

0 Likes