Reset timing in i.MX25

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

Reset timing in i.MX25

跳至解决方案
777 次查看
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 解答
630 次查看
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 回复
631 次查看
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!
-----------------------------------------------------------------------------------------------------------------------