This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
Is it possible to wake the device from LPM mode using CAN i.e. when CAN module will be in low power mode , i will enter the microcontroller in LPM mode and whenever there is any CAN bus activity on bus, i should be able to wake the CAN module from LPM and then microcontroller from LPM.
And how to decide whether in which mode we should put the microcontroller i.e. in IDLE , Standby and Halt mode.
Regards,
Chandrakant Pal
Chandrakant,
You need to clarify your objective for low-power mode.
HALT gives you the lowest power, but slowest wakeup time.
IDLE gives you the fastest wakeup time, but lowest power saving.
STANDBY is midway in both.
Unless you clarify your objectives, it is hard to give guidance. From a power saving point-of-view, the system level powerdown-modes (IDLE, STBY & HALT) offer more power savings than the powerdown-mode internal to the CAN module.
Peripheral interrupt can wake up the device only from IDLE mode.