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.

Couldn't enter interrupt handler routine

Other Parts Discussed in Thread: TMS320C5515

Hi all,

On my EVM I use DMA to transfer data from codec to memory. 

My project is based on Audio Filter Demo.  

Everything is fine except interrupts. I couldn't enter C written interrupt handler. 

Vector.asm file is the same as in Audio Filter Demo. 

If stop program execution and look at cpu and sys registers content, I see that all appropriate bits are set (Bits in IFR0 and in DMAIFR), but I didn't visit interrupt handler. 

 

What I do wrong?

 

Thanks!