iMX257 : monitoring the wait mode from device outside

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

iMX257 : monitoring the wait mode from device outside

跳至解决方案
1,290 次查看
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,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 项奖励
回复
2 回复数
1,149 次查看
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,148 次查看
koichisakagami
Contributor II

Dear Igor san,

Thank you for reply.

We will try them.

Best regards,

Koichi Sakagami

0 项奖励
回复