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.

Compiler/OMAP-L138: OMAP-L138 EDMA for MCBSP

Part Number: OMAP-L138

Tool/software: TI C/C++ Compiler

We configured the OMAP-L138 McBSP channel 1 as a receiver with FIFO. Also, configured the EDMA_0 to store the incoming serial data in Ping-Pong Buffer. It is working, but we wanted to configure the EDMA Interrupt to notify end of filling each Ping and Pong Buffers. For interrupt, configured the CPU Interrupt 4 and EDMA channels 4 and 12. The Param Set Registers configured accordingly. Interrupt is not working. Please guide.