I am trying to interface a Texas Instruments (TI) 16-bit ADC to a TI Piccolo microcontroller (MCU) via a serial communication interface (SCI). The ADC block diagram shows 3 connections for this; a Data Out, a SCLK, and a CS.
The Piccolo MCU has an SCIRX and SCITX connection for SCI interfacing. The CS connection I am sure I can take from any GPIO (right?). My main question is what do I hook up to the ADC SCLK input? The only clock outputs from the MCU that I can see are the SPICLK outputs, but thats a different interface.
Please advice.
-D
-
1\$\begingroup\$ SCI is a UART. Are you sure you wouldn't rather use SPI? \$\endgroup\$Ignacio Vazquez-Abrams– Ignacio Vazquez-Abrams2015年07月07日 20:20:57 +00:00Commented Jul 7, 2015 at 20:20
-
\$\begingroup\$ The ADC states it is SPI/DSP compatible, so I think the question is answered. If I have further hiccups I will post. Thanks. \$\endgroup\$Leo– Leo2015年07月07日 20:34:31 +00:00Commented Jul 7, 2015 at 20:34
1 Answer 1
The ADC states it is SPI/DSP compatible, so I think the question is answered. If I have further hiccups I will post. Thanks.