VPLS Mode Wakeup Source

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

VPLS Mode Wakeup Source

跳至解决方案
5,300 次查看
Learner
Contributor III

Hi
I am trying to use VPLS power mode in S32K148. And i want to wakeup through GPIO interrupt.

In my current design i am using Internal clock. I am not using any  external crystal Oscillator in my design.

As mentioned in the notes of reference Manual Section "Module Operation in available power modes" that “ Device Can Support ASYNC Wakeup from VPLS through GPIO” 
So in this case which clock would be active

Please refer the snapshot attached for detail.

标记 (4)
0 项奖励
回复
1 解答
5,275 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

You can refer the power_mode_switch_s32k148 example in S32SDK S32K1XX RTM 4.0.1.

power_mode_switch_s32k148.png

Power Mode Switch.png

Asynchronous Wake-up Interrupt Controller (AWIC) detect asynchronous wake-up events in stop modes and signal to clock control logic to resume system clocking.
Pin interrupts one of the VLPS wake-up sources.

AWIC.png

There is not much information about the AWIC module in our manual. But it mentioned: Full documentation for this module is provided by Arm and can be found at arm.com.
So I think consulting ARM may get more accurate answers.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
5,266 次查看
Learner
Contributor III

Hi @Robin_Shen 

Thanks for your detailed response.

Question: While using internal clock (No external crystal oscillator), is it possible to wakeup from VPLS mode through GPIO interrupt?

 

0 项奖励
回复
5,255 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

Yes.

0 项奖励
回复
5,276 次查看
Robin_Shen
NXP TechSupport
NXP TechSupport

You can refer the power_mode_switch_s32k148 example in S32SDK S32K1XX RTM 4.0.1.

power_mode_switch_s32k148.png

Power Mode Switch.png

Asynchronous Wake-up Interrupt Controller (AWIC) detect asynchronous wake-up events in stop modes and signal to clock control logic to resume system clocking.
Pin interrupts one of the VLPS wake-up sources.

AWIC.png

There is not much information about the AWIC module in our manual. But it mentioned: Full documentation for this module is provided by Arm and can be found at arm.com.
So I think consulting ARM may get more accurate answers.

Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复