_isr_execute

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

_isr_execute

399 Views
martindusek
Contributor V

Hello,

I created MQXLite project using Processor export in Kinetis Design Studio. One of the task initializes ethernet controller of K60 Kinetis MCU. It also calls:

_int_install_default_isr( &MyDefaultHandler);

The problem is that my program crashes with this on stack:

UnhandledInterrupt() at Vectors.c:68 0xc1c

<signal handler called>() at 0xfffffff1

stack_heap.12096() at 0x200030d0

_time_notify_kernel() at time_ticks.c:845 0x2e84

SystemTimer1_OnCounterRestart() at MQX1.c:117 0x3024

SystemTimer1_Interrupt() at SystemTimer1.c:399 0x32b2

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

_isr_execute() at dispatch.S:652 0x14b36

<...more frames...>

Can you please help?

0 Kudos
1 Reply

255 Views
soledad
NXP Employee
NXP Employee

Hello Martin,

Please check the below threads and let me know if it helps.

How to define a interrupt in MQX-Lite?

Interrupts outside of MQX Lite

Interrupts in MQXlite
Have a great day,
Sol

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