How to use CCM_CLPCR[STBY_COUNT] bit?

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

How to use CCM_CLPCR[STBY_COUNT] bit?

ソリューションへジャンプ
588件の閲覧回数
takayuki_ishii
Contributor IV

Hello community,

I have 2 question about CCM_CLPCR[STBY_COUNT] bit.

1) I think, that CCM wait counter count as following value. is it correct?

CCM_CGPR[0] = 0: pmic_delay_scaler = 1,

 STBY_COUNT

  00 : CCM wait (1 * 1)+ 1 = 2 CKIL cycle.

  01 : CCM wait (3 * 1)+ 1 = 4 CKIL cycle.

  10 : CCM wait (7 * 1)+ 1 = 8 CKIL cycle.

  11 : CCM wait (15 * 1)+ 1 = 16 CKIL cycle.

CCM_CGPR[0] = 1: pmic_delay_scaler = 8,

 STBY_COUNT

  00 : CCM wait (1 * 8)+ 1 = 9 CKIL cycle.

  01 : CCM wait (3 * 8)+ 1 = 25 CKIL cycle.

  10 : CCM wait (7 * 8)+ 1 = 57 CKIL cycle.

  11 : CCM wait (15 * 8)+ 1 = 121 CKIL cycle.

2) Which signal will start this counter?

   Rise-up("0" -> "1") edge of  PMIC_STBY_REQ pin?

 or Some trigger to exit STOP mode?

to set CCM_CLCR[STBY_COUNT] bit, we need a start timing of wait cycle.

End time seems that all PMIC power source will wake up to functional voltage, I think.

Best regards,

Ishii.

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

Hi Ishii

>1) I think, that CCM wait counter count as following value. is it correct?

correct

>2) Which signal will start this counter?

>  Rise-up("0" -> "1") edge of  PMIC_STBY_REQ pin?

yes it is PMIC_STBY_REQ and described in sect.18.5.3.3.2 Exiting STOP mode i.MX6DQ

Reference Manual

http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf

>to set CCM_CLCR[STBY_COUNT] bit, we need a start timing of wait cycle.

>End time seems that all PMIC power source will wake up to functional voltage, I think.

right

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

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
456件の閲覧回数
takayuki_ishii
Contributor IV

Hello Igor,

Thank you for your quick reply.

I will ask it to my customer.

Best regards,

Ishii.

0 件の賞賛
457件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Ishii

>1) I think, that CCM wait counter count as following value. is it correct?

correct

>2) Which signal will start this counter?

>  Rise-up("0" -> "1") edge of  PMIC_STBY_REQ pin?

yes it is PMIC_STBY_REQ and described in sect.18.5.3.3.2 Exiting STOP mode i.MX6DQ

Reference Manual

http://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf

>to set CCM_CLCR[STBY_COUNT] bit, we need a start timing of wait cycle.

>End time seems that all PMIC power source will wake up to functional voltage, I think.

right

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

0 件の賞賛