I'm attempting to write a SPI software driver to communicate with a ADS1292R. At the moment I don't care about any ADC functionality: I just need to be able to read/write registers etc and get the software part of this project on the way. I've got a ADS1292R sample soldered on a TQFP32 breakout board and so far I'm not reading anything back from it.
My question is: what is the absolute minimum I need to connect achieve basic SPI communications? Obviously DVDD, DGND, and the SPI lines: DOUT, SCLK, DIN and /CS. I've got /RESET tied high. Anything else? Can I leave the other pins float?
Thanks! (sorry a bit of a RTFM type of question :)
Joe.