how to turn off modules to achieve lower power consumption

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

how to turn off modules to achieve lower power consumption

ソリューションへジャンプ
750件の閲覧回数
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,

ラベル(2)
1 解決策
666件の閲覧回数
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.

元の投稿で解決策を見る

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