How to diagnose Kinetis microcontrollers

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

How to diagnose Kinetis microcontrollers

848 次查看
JasonQ
Contributor I

What are the common faults of Kinetis microcontrollers?

How the faults are generated?

What are the exact methods for diagnosing Kinetis microcontrollers?

@Zihao_Pan 

标记 (1)
0 项奖励
回复
1 回复

794 次查看
Miguel04
NXP TechSupport
NXP TechSupport

Hi @JasonQ 

The most common faults on the kinetis devices are:

-Caused by a peripheral when you try to use it without turning on the clock.

-Trying to write on a read only location.

-Accessing or reading blank flash locations.

The Faults are generated with the NVIC, since the faults are from the Cortex Architecture, you can find more information on different websites from our own, for example this link. Also, this community post could provide you more information.

Let me know if you have another question.

Best Regards, Miguel.

0 项奖励
回复