How to enter low power mode and wakeup over a selective can message on MPC5744p dev kit ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to enter low power mode and wakeup over a selective can message on MPC5744p dev kit ?

Jump to solution
874 Views
rehab_hassan
Contributor II

How to enter low power mode and wakeup over a selective can message on MPC5744p dev kit ?

Tags (3)
0 Kudos
1 Solution
866 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

example for low power mode can be found in S32 Design Studio.
Wake-up on selective CAN message is not possible on MPC5744P, FlexCAN is off in low power modes. It is functional on MPC574xB/C/G.
Option could be using CAN transceiver with partial networking capability, like TJA1145, but this is not used on DEVKIT board.

BR, Petr

View solution in original post

0 Kudos
2 Replies
867 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

example for low power mode can be found in S32 Design Studio.
Wake-up on selective CAN message is not possible on MPC5744P, FlexCAN is off in low power modes. It is functional on MPC574xB/C/G.
Option could be using CAN transceiver with partial networking capability, like TJA1145, but this is not used on DEVKIT board.

BR, Petr

0 Kudos
849 Views
rehab_hassan
Contributor II

If I need t Enter Low power Mode but with any CAN traffic Wakeup

should I use these function AS:  

FS65_CAN_SetMode(FS65_RW_M_CAN_MODE_SL_WU, false)

FS65_SetLowPowerMode(false)

 

0 Kudos