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.

How to add a interrupt in DSP/BIOS

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