Tool/software: Code Composer Studio
Hello All -
I have been tasked with prototyping part of a system. I am using a TM4C123G Tiva Launchpad and I need to interface to an AD4001 ADC. The ADC offers multiple SPI 3 and 4 wire configurations. My task involves sampling the ADC at 4kHz.
I am new to SPI and right now I'm struggling with the electrical connections. I've been looking at the SSI connections available on the booster pack pins, but I'm not sure how to hook this thing up. I am considering the *CS Mode, 3-Wire with busy indicator mode. If I'm understanding the datasheet correctly, I'll need a GPIO to start the conversion (CNV pin on the ADC)?
As always, I'm pushed for time and need to get this working ASAP, so any advice is appreciated!