Hello, everyone.
Me and my colleagues try to connect cc3200 on Launchpad with GSM module through PCM interface on GSM part and I2S interface on TI part.
In SimCom GSM module we have two type of PCM: Primary master or slave and auxiliary master only.
Aux type similar to mono 8 kHz signal on I2S Texas Instruments.
Primary interface need CLK = 2048 kHz clock and small 8 kHz SYNC (only one period of CLK, not 50% duty cycle). Is it possible?
How we can find all registers?
Some of them we find from header files in SDK. Through "blackbox programming" and oscilloscope.
We can change front of CLK to sample data from I2S. And it work. But this registers not described in I2S API pdf or html version.
We are like blind cats in this registers. We lost too much times for this.