Reset timing in i.MX25

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

Reset timing in i.MX25

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

Is the Reset_b signal on i.MX25 level-sensitive or edge-sensitive?

I am currently working on a prototype board with i.MX258, and found that the processor keeps running when Reset_b input is asserted low. Untile Reset_b returns high, the processor restarts.

It seems it's a positive edge-triggered singal, only the rising edge leads to a reset event. But it's not clearly stated in the manual, so I want to make sure is it the expected behaviour?

What's the reset timing like?

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

Yes, you are right. The RESET_B input of the i.MX25 processor is edge-sensitive. The reset logic operates as follows: first, it detects a rising edge of the RESET_B signal, then it qualifies that RESET_B remains high during 4 CKIL cycles, and after that the cold reset occurs.


Have a great day,
Artur

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

元の投稿で解決策を見る

1 返信
487件の閲覧回数
art
NXP Employee
NXP Employee

Yes, you are right. The RESET_B input of the i.MX25 processor is edge-sensitive. The reset logic operates as follows: first, it detects a rising edge of the RESET_B signal, then it qualifies that RESET_B remains high during 4 CKIL cycles, and after that the cold reset occurs.


Have a great day,
Artur

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