I'm using CCS4.1 and DSP/DIOS 5.41.02.14, I use EVM5515, I want to add a DMA interrupt to my project, in my DSP/DIOS tcf file, I added my DMA ISR name _dma_isr to HWI_INT8 item. In MEM section I set VECT base to 0x04fe00, in the code I used HWI_enable, but I couldn't get code run to my ISR, please help me to find what else I should add.
Thanks