how to turn off modules to achieve lower power consumption

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

how to turn off modules to achieve lower power consumption

Jump to solution
707 Views
bergo
Contributor III

Hey,

I'm trying to achieve low power consumption using i.mx51 EVK, in order to do so I'm compiling a very slim kernel, taking off any unnecessary module / peripheral.

I've heard this is not enough as the peripheral are still consuming power although not being used by the kernel.

If this is so, how can I turn them off to achieve lower power consumption?

This community has been very helpful in the past, and I hope you can help me with some input,

thank you very much in advance,

Labels (2)
1 Solution
623 Views
jimmychan
NXP TechSupport
NXP TechSupport

You may try to turn off the clock of the module. There are seven Clock Gating Register (CCGR0-CCGR6) to control the clock of each module. Please read the Chapter 7.3.3.26 in i.MX51 Reference manual for more details.

View solution in original post

1 Reply
624 Views
jimmychan
NXP TechSupport
NXP TechSupport

You may try to turn off the clock of the module. There are seven Clock Gating Register (CCGR0-CCGR6) to control the clock of each module. Please read the Chapter 7.3.3.26 in i.MX51 Reference manual for more details.