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

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

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

Jump to solution
739 Views
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 Kudos
1 Solution
424 Views
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

View solution in original post

0 Kudos
1 Reply
425 Views
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 Kudos