i.MX bare metal power management

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

i.MX bare metal power management

Jump to solution
624 Views
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.

Labels (4)
Tags (1)
0 Kudos
1 Solution
517 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

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