Dear Ti,
in my project with CC3200,i want to use i2s bus to transport data only ,but not for audio data. the background is: with the control of McACLK, my data can transport correctly without the control of McAFSx.i tried to set McAFSx as GPIO use in pinmux file, but it seems that this doesn't work. for example ,if i want to transport data like 0x1234 , it transports other data ,but if i set McAFSx as i2s function ,it can transport 0x1234 correctly. so i wonder how i can transport data correctly without McAFSx. thanks