MKV31F128VLL10 sawtooth on reset pin

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

MKV31F128VLL10 sawtooth on reset pin

811 次查看
renatodutra
Contributor I

Hi, this if my first project with Kinetis, and I'm seeing a saw tooth waveform on the reset pin after a power up. I can connect to the target board and run/debug the application, however when I disconnect the probe (Jink) I see an oscillation on the reset_b pin.

First, I thought that this problem could be related to the fact that I was trying to use the NMI_b pin as GPIO. I changed the configuration on the board, so now the NMI_b is no longer a GPIO, but the problem still persists.

Any ideas what could be causing the problem or suggestions to fix it?

Any help appreciated. Thanks in advance.

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

534 次查看
jorge_a_vazquez
NXP Employee
NXP Employee

Hi renatodutra

You were using NMI-b as GPIO, now that NMI-b is no longer GPIO I suggest you check that the NMI pin is high during reset. Also, the NMI_b pin, if enabled, must not have any capacitance connected to it and as its default function it has a weak internal pullup, but an external 4.7 kΩ to 10 kΩ pullup is recommended.

Also I recommend you to check: Reset signal of K64, This thread is something similar to your case, it can help.

Hope this information helps you.

Have a great day,
Jorge Alcala

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

0 项奖励
回复

534 次查看
renatodutra
Contributor I

Hi Jorge,

Thanks for the reply.

In the end, the problem was related to an erroneous configuration.

0 项奖励
回复