i.MX bare metal power management

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

i.MX bare metal power management

跳至解决方案
828 次查看
vsiles
Senior Contributor I

Hi ! I'm trying to understand how to implement power management in our custom OS (bare metal, no Linux) on i.MX boards (6, 6sx, 6ul, 7, ..)

My first goal would be to be able to put a core to sleep, or event to power it off completely. And then, to implement a mechanism to wake it up again (using a timer interrupt or a key press / uart interrupt maybe ?)

Is there some documentation (besides the board reference manual) which explains this kind of things, to help me understand the process (CCM/GPC/SRC configurations, ...) ?

Best,

V.

标签 (4)
标记 (1)
0 项奖励
回复
1 解答
721 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vincent

for berametal examples one can look at SDK and FreeRTOS:

Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK  

i.MX Software|NXP 

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
722 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Vincent

for berametal examples one can look at SDK and FreeRTOS:

Github SDK
https://github.com/backenklee/swp-report/tree/master/iMX6_Platform_SDK  

i.MX Software|NXP 

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

0 项奖励
回复