K60 unhandled int error vector 3

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

K60 unhandled int error vector 3

Jump to solution
871 Views
barbercolman
Contributor III

I have a K60 tower project that has a task with a state of unhanded interrupt. In int_unx.c the vector number is 3(hard error). Not sure what to do next or how to understand the rest of the data. Any suggestion? .

0 Kudos
1 Solution
570 Views
egoodii
Senior Contributor III

You might look at my info at:

https://community.freescale.com/thread/86130

And if it turns out to be a write fault (BFAR address invalid) you might need to turn off write-buffering to find an accurate fault point.

--Egoodii

View solution in original post

0 Kudos
2 Replies
571 Views
egoodii
Senior Contributor III

You might look at my info at:

https://community.freescale.com/thread/86130

And if it turns out to be a write fault (BFAR address invalid) you might need to turn off write-buffering to find an accurate fault point.

--Egoodii

0 Kudos
570 Views
barbercolman
Contributor III

Thanks for the help. I will try shortly. The ap note is very good.

0 Kudos