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.