Can someone point me out where K60 wakes up from VLLS3 in MQX, which function it will run first?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can someone point me out where K60 wakes up from VLLS3 in MQX, which function it will run first?

ソリューションへジャンプ
1,863件の閲覧回数
danielchai
Senior Contributor I

Hi,

I am working on the K60 on MQX4..0.1,CW10.4.

I am trying to implement VLLS3 mode in MQX. I can put the MCU into VLLS3 mode and wake it up using PTD0.

It said that when the MCU wakes up, it will go to reset vector. But in MQX4.0.1, how does it work? Is there any reset interrupt handler in MQX BSP code?

Please advice.

Thank you.

-Daniel

0 件の賞賛
返信
1 解決策
1,548件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Daniel,

MQX is not currently setup to support low power modes below LLS mode.

If you go into VLLSx mode, a wake up event will simple cause a reset of the device and the MQX application will simple start and run as if a Power On Reset occurred.

You may add your own code into the initialization sequence to do whatever you want based on the wake-up mode.

Regards,

David

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,549件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Daniel,

MQX is not currently setup to support low power modes below LLS mode.

If you go into VLLSx mode, a wake up event will simple cause a reset of the device and the MQX application will simple start and run as if a Power On Reset occurred.

You may add your own code into the initialization sequence to do whatever you want based on the wake-up mode.

Regards,

David

0 件の賞賛
返信