iMX257 : monitoring the wait mode from device outside

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

iMX257 : monitoring the wait mode from device outside

ソリューションへジャンプ
1,289件の閲覧回数
koichisakagami
Contributor II

Dear community,

We have been developing our product with iMX257.
We plan to use Wait Mode for low power consumption.

We would like to monitor the wait state  from device outside.

[Question]

        Is it possible to verify Wait Mode by observing an outside pin ?
        Is it possible to verify Wait Mode by observing a register  ?

        Do you have any other ideas ?

    Best Regards,
    Koichi Sakagami

ラベル(1)
0 件の賞賛
返信
1 解決策
1,147件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Koichi

according to sect.15.4.3.2.2 Wait Mode  MX25 RM:

"In wait mode, the processor clock is gated" so one can observe it

on CLKO pad using setting MCR register  CLKO SEL=0111 Gated arm_clk

Also one can set any gpio level 0 before entering low power mode (wfi instruction),

and set to 1 immediately after it (exit from low power mode).

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,148件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Koichi

according to sect.15.4.3.2.2 Wait Mode  MX25 RM:

"In wait mode, the processor clock is gated" so one can observe it

on CLKO pad using setting MCR register  CLKO SEL=0111 Gated arm_clk

Also one can set any gpio level 0 before entering low power mode (wfi instruction),

and set to 1 immediately after it (exit from low power mode).

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
1,147件の閲覧回数
koichisakagami
Contributor II

Dear Igor san,

Thank you for reply.

We will try them.

Best regards,

Koichi Sakagami

0 件の賞賛
返信