Hi,
We are facing a very strange problem with McASP0 port of DM6467 Processor . But before going into detail of the problem , let me give a brief of the system
-
ALL the four serializers of McASP0 are used as Transmitter , where each serializer plays out stereo data
-
The Bit clock for the serializer is 64*(sampling frequency) , which means 32 bits left channel and 32 bits right channel. Out of which we mask the lower 16 bits , since the audio codecs generate only 16bits per channel ( left or right).
-
So the McASP0 transmitter slot size is set to 32 bits and no of slots is 2 ( for I2S mode)
-
The serializers are pushing MSB bit first .