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!