S32K116 VLPS mode wake-up on arrival of a CAN message

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

S32K116 VLPS mode wake-up on arrival of a CAN message

跳至解决方案
400 次查看
javher4127
Contributor I

Hello.

I would like to know if it is possible with the S32K116 microcontroller to wake up from VLPS power mode with the arrival of CAN messages.

Thanks.

0 项奖励
回复
1 解答
382 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @javher4127,

For S32K1 devices, self-wakeup from CAN module is not supported in VLPS mode. You can see that CAN module is OFF in Table 39-4. (Module operation in available power modes) from S32K-RM.

PNET features is used to wake up from STOP1/STOP2 modes in those instances where PNET is included, but this does not apply for VLPS mode. As a workaround, you can use any other pin (or even the same CAN_RX pin changing PORT configuration) to generate an interrupt when MCU is on VLPS mode. This can wake the CPU and then restore activity on CAN module.

Best regards,
Julián

在原帖中查看解决方案

0 项奖励
回复
3 回复数
383 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @javher4127,

For S32K1 devices, self-wakeup from CAN module is not supported in VLPS mode. You can see that CAN module is OFF in Table 39-4. (Module operation in available power modes) from S32K-RM.

PNET features is used to wake up from STOP1/STOP2 modes in those instances where PNET is included, but this does not apply for VLPS mode. As a workaround, you can use any other pin (or even the same CAN_RX pin changing PORT configuration) to generate an interrupt when MCU is on VLPS mode. This can wake the CPU and then restore activity on CAN module.

Best regards,
Julián

0 项奖励
回复
274 次查看
javher4127
Contributor I

PNET feature is CAN FD compatible?

Thanks.

0 项奖励
回复
267 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @javher4127,

No, wakeup functionality is not available for messages in CAN FD format. When in Pretended Networking mode, CAN FD format messages are ignored.

0 项奖励
回复