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.
OS:NONE
CCS3.3
My program work flow is: FPGA trigger INT4(ever 0.5ms)----->ISR(INT4) start edma transmit(move data from EMIFA to L2 SRAM,need 150us to complete the tranfer),using TCC=10----->EDMA_int ISR.
My problem is, when the EDMA transmit complete,the CPU interrupt (EDMA_int INT8) is not triggered?And the problem happen rarely,Maybe happen once in an hour.