Hello,
I am interfacing to an audio codec using I2S on McBSP2. This issue that I am running in to is that the codec (which is the master) is clocking 32 bits / phase (64 bits / frame) but the Win CE driver is rendering the audio in 16 bit PCM.
I am trying to determine if there is a way to configure the McBSP so that it will load the transmit shift register when it sees the correct transition on the sync line, shift out the number of bits it is configured for and then pad the least significant bits with 0's until the frame sync transition occurs again.
Is this possible?
Thanks,
Cam