Unresponsive Kinetis

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

Unresponsive Kinetis

跳至解决方案
1,294 次查看
leifzars
Contributor IV

I find my K20 unresponsive from time to time. The device should be running continuously, but it seems to halt. Then when I hook a JTag to the chip I am unable to read memory or view any state.

The only way I can recover the K20 is by power cycling the chip right before i try and re program it. So I have no way of determining how it go into this state. Not even the WDOG resets it.

What could be happening? And ideals ?

pastedImage_3.png

标签 (1)
0 项奖励
回复
1 解答
1,094 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Leif Zars,

According to the screenshot, I think the root cause of the issue is the power supply.

The MCU can't work when the voltage of power supply is 0.

pastedImage_3.png


Have a great day,
Ping

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

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,095 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Leif Zars,

According to the screenshot, I think the root cause of the issue is the power supply.

The MCU can't work when the voltage of power supply is 0.

pastedImage_3.png


Have a great day,
Ping

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

0 项奖励
回复
1,094 次查看
leifzars
Contributor IV

Thanks, so simple.

0 项奖励
回复
1,094 次查看
scottm
Senior Contributor II

The watchdog's not resetting it?  Have you tried inserting an infinite loop to double check that the watchdog is working properly the rest of the time?

If it is, I'd look next at your clock source and your power supply and make sure they're both stable.

Are you running from flash or from RAM?  If you're running from RAM then I suppose a bug that's trashing your memory contents isn't going to be able to be reset by the watchdog.

Scott

0 项奖励
回复