Putting MQX into low power mode when idle.

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

Putting MQX into low power mode when idle.

837件の閲覧回数
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 返信

639件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------