My debugger gives out "__ isr_vector () to at 0x8"

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

My debugger gives out "__ isr_vector () to at 0x8"

809 Views
profprogrammer
Contributor III

I used  KSDK + FlexCAN + MQX.

I used interrupt and RxFIFO

My debugger gives out    "__ isr_vector () to at 0x8"

 

1) How to solve this problem?

2) Where it is possible to follow an example of source codes  KSDK + FlexCAN + interrupt ?

0 Kudos
2 Replies

365 Views
soledad
NXP Employee
NXP Employee

Hello,

You can find an flexcan irq example at the path: C:\Freescale\KSDK_1.3.0\examples\twrk64f120m\driver_examples\flexcan\flexcan_loopback

In order to create a new MQX for KSDK project, please follow the below document,

How To: Create a New MQX RTOS for KSDK Project in KDS

After that, copy and paste the flexcan code under a task in the new MQX project.

I hope this helps,


Have a great day,
Sol

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

0 Kudos

365 Views
profprogrammer
Contributor III

I used processor expert.

And when i send to my bord message for FlexCAN, my debuger gives out    "__ isr_vector () to at 0x8".

11.png

I use PE+MQX+KSDK+FlexCAN.

I attach the project

https://community.freescale.com/servlet/JiveServlet/download/590064-367761/nmk12.7z.zip

0 Kudos