Part Number: PROCESSOR-SDK-AM335X
Hi
I'm failing to enable TX on Mcasp with two serializers.
Working with DMA enabled, and this is my configuration:
XFMT : 0xf0
AFSXCTL : 0x2
ACLKXCTL : 0x1800f6
XTDM: 0x1
XMASK : 0xffffffff
SRCTL(0): 0x11
SRCTL(1): 0x11
PFUNC: 0x0
PDIR: 0x14000003
GBLCTL : 0x1f00
My final goal is working with WFIFO enabled, and it's working when AXR0 or AXR1 are enabled, but when both are enabled together- data is not coming out. With or without FIFO.
When FIFO is enabled WFIFOCTL value is: 0x10202 (for two serializers. with one I'm setting it to 0x10101).
Is there another configuration required for working with multi data channels?
Thanks,
Tamar