Putting MQX into low power mode when idle.

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

Putting MQX into low power mode when idle.

805 次查看
davepfaltzgraff
Senior Contributor I

I have an application that lends itself ideally to the MQX model is that everything is driven some some event and there is no task that runs in the background in the usual sense. The application has been written with the combination of KDS with KSDK and MQX.

Are there some guidelines as to how to configure MQX so that the idle task goes to a lower power mode and MQX brings it out on an interrupt or other active task?

Thanks

1 回复

607 次查看
soledad
NXP Employee
NXP Employee

Hello David,

Maybe you will find useful the power_manager_rtos_demo_mqx demo code, this is located at the path:

C:\Freescale\KSDK_1.2.0\examples\twrk64f120m\demo_apps\power_manager_rtos_demo\power_manager_rtos_demo_mqx

You can use it as reference in order to create your own project.


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------