This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Amit,
I was taking a look at it, but what I didn't get it is the pins that I should use to connect them. For example: In the diagram that shows the I2S emulation, I must have BCLK, DIN, WCLK, MCL, SDA and SCL. However, I don't have any of those on my ADC, do I?
Thank you.
Hi Amit,
I just made a relation among the pins I think I should use:
TIVA ADC
SSI1Clk(PB5) -> BCLK
SSI1FSS(PB4) -> WCLK
SSI1XDAT0(PE4 e PE5)* -> DIN
SSI3CLK(PF3 | PQ0) -> BCLK
SSI3FSS(PF2 | PQ1) -> WCLK
SSI3XDAT0(PF1 | PQ2) -> DIN
I2C0SCL(PB2)** -> SSI3CLKL
I2C0SDA(PB3) -> SDA
GPIO(PD0) -> RESETZ
T5CCP1(PB3 | PM7) -> MCLK
However, I still didn't get if I need something else to make this work. I mean, in the example listed on the pdf file (Dual-SPI Emulation I2S on TIVA), the guy who made it used the TLV320AIC3107EVM-K, which is a complex device that I don't plan to use.
Would I be able to make this emulation of Dual-SPI to I2S only using my TIVA TM4c1294xl and a PCM1807?
That may be a newbie question... but the document is a bit confusing for me, either because I'm not an expert on that also because English is not my native language.
Thanks!
Alex.