How to diagnose Kinetis microcontrollers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to diagnose Kinetis microcontrollers

327 Views
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 

Tags (1)
0 Kudos
1 Reply

273 Views
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 Kudos