This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Interrupt make hang

Other Parts Discussed in Thread: TMS570LS20216, HALCOGEN

I use TMS570LS20216 in my custom board.

I use sci serial transmit interrupt.Vim fill correctly ( IRQ 13 High level SCI) and other setting is ok,

but after execute PC jump to  0x04 (undefined instruction) .I see debugger output,VIM is ok,IRQ index is ok and

IRQvector  point to correct location,  also IRQ stack size is 0x200 but it seams that pc fetch an invalid place(not vim).