can we track imx6 solo lite low power modes?

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

can we track imx6 solo lite low power modes?

ソリューションへジャンプ
814件の閲覧回数
danmez
Contributor I

We have an application, which depends on low power usage, that we are porting to imx6 solo lite board.  Is there a simple way to track when it goes to one of the low power modes, such as connect a scope to pins?  When the linux kernel has daemons and our application running, it would be helpful to observe when the hardware goes to power saving modes and how quickly it it can come back when events occur.  Any suggestions on how to do this would be appreciated.

ラベル(2)
0 件の賞賛
1 解決策
575件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

Hi, Danmez

     I think you can monitor the MMDC or AXI's clock to get the low power mode, in runtime mode the MMDC's clock should be changing among 400M/100M/24M/1M accoding the usecase. To monitor the MMDC's clock, you can output it to CKO pin, please check the CCM_CCOSR to get how to config the MMDC clock output to your board and monitor it. This is for runtime mode, for suspend, you can just monitor the PMIC_VSTBY_REQ pin, if it is high, system is in DSM mode.

元の投稿で解決策を見る

0 件の賞賛
1 返信
576件の閲覧回数
AnsonHuang
NXP Employee
NXP Employee

Hi, Danmez

     I think you can monitor the MMDC or AXI's clock to get the low power mode, in runtime mode the MMDC's clock should be changing among 400M/100M/24M/1M accoding the usecase. To monitor the MMDC's clock, you can output it to CKO pin, please check the CCM_CCOSR to get how to config the MMDC clock output to your board and monitor it. This is for runtime mode, for suspend, you can just monitor the PMIC_VSTBY_REQ pin, if it is high, system is in DSM mode.

0 件の賞賛