How can I get the wakeup resource In S32K142 after The chip exits Stop or VLPS Mode?

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

How can I get the wakeup resource In S32K142 after The chip exits Stop or VLPS Mode?

跳至解决方案
629 次查看
Jinyuxin
Contributor I

In my project of S32K142, There are some wakeup resources,such as Can、Pin interrupt、WDTG and so on,but How can I get the real wakeup resource after S32K142  is wakeuped?

0 项奖励
回复
1 解答
602 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Jinyuxin,

You need to identify the interrupt within the ISR.

This is not much of processing.

 

Regards,

Daniel

在原帖中查看解决方案

0 项奖励
回复
4 回复数
598 次查看
Jinyuxin
Contributor I

Hello Daniel:

Thank You Very Much.

0 项奖励
回复
616 次查看
danielmartynek
NXP TechSupport
NXP TechSupport
0 项奖励
回复
608 次查看
Jinyuxin
Contributor I

Hello Daniel:

Thank you for your answer,at first.    

Must I put  the  getting wakeup resouce process in each ISR Function?

Can I put this processing after the calling of POWER_SYS_SetMode(VLPS, ..)?

Thank you.

0 项奖励
回复
603 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Jinyuxin,

You need to identify the interrupt within the ISR.

This is not much of processing.

 

Regards,

Daniel

0 项奖励
回复