iMX257 : monitoring the wait mode from device outside

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

iMX257 : monitoring the wait mode from device outside

Jump to solution
582 Views
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

Labels (1)
0 Kudos
1 Solution
440 Views
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!

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

View solution in original post

0 Kudos
2 Replies
441 Views
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 Kudos
440 Views
koichisakagami
Contributor II

Dear Igor san,

Thank you for reply.

We will try them.

Best regards,

Koichi Sakagami

0 Kudos