I have an embedded application that uses a TMS320C5515.
I make use of I2S port 2 which will be configured as an I2S slave and the parallel port is configured for mode 1 (yields one SPI port, one I2S port (I2S port 2) one UART port and six general purpose IO ports).
When I associate DMA controller 1 to support the I2S port 2 I never see any DMA events being triggered.
I have attempted to use a simple loop back test and I see nothing being transferred from the source buffer to the destination buffer. I have verified that the I2S2_CLK and I2S2_FS clocks are provided by the external I2S master (these clocks are visible at the N10 and P11 at the TMS320C5515).
Has anyone made use of an I2S slave on port 2 and have you been able to make use of DMA Controller 1 to facilitate the transfer of data from the I2S logic to internal data buffers?
Thanks for the help....
David