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.

DM8168 MCASP FIFO ADDRESS

Hello to all,
I'm using the MCASP1 to transmit data to two DACs with success. The write ports are served by EDMA and everything works fine. Address used for XBUF0 is 0x4803C200 and for XBUF1 is  0x4803C204.

Now I need to extend the architecture using the fifo of MCASP1. To this I added MCASP1 fifo enable by:

MCASP1_WFIFOCTL = 0x00010202;

My problem is that the MCASP1 goes in underun. Probably I don't write data in the right register address.

So my question is:

which is the register address, to write in the MCASP1 TX FIFO buffer?

Thanks a lot.

Paolo