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.

TIVA EPI-uDMA

Hello,

We are using EPI-uDMA to read data from FPGA to tiva memory.

1)With out Dma we are able to read the data to system memory through EPI from FPGA.

2)Now we are trying to read EPI -UDMA configuration.

Question: I am using two interrupt handlers configured 

a)EPI Interrrupt

b)udmaerror and in start up_ccs.c ,i registered this interrupt,but compared to other cases like usually i click on a interrupt handler in main code it will jump to startup_ccs.c(extern sysctrlint(void))  vector  table. Same configurations i  made here but its not happening ,weather i am missing any thing in configuration............(utilities,cmd file,target config all added,headers are also added)

c) in start upccs is it correct to configure EPIIntHandler,                // External Bus Interface 0 in vector table.

Please help me to resolve this issues.......

Regards,

Krishnan