Hi,
I'm trying to interface the ADS7956 with the Arduino over SPI so I can read the digital converted voltage values over the SPI bus. I'm unsure on how to initialize the chip for Auto-1 mode. I'm not using the Alarm or GPIO. I need to scan all 12 channels of the ADC in ascending order.
Is it sufficient upon power up to send the mode control register command bits for Auto 1 mode over SPI, wait a clock cycle for the change to take effect, then start reading from the ADC? Or do I need to program both the program register and the mode control registers? If so, which do I program first? I didn't think I needed to set the program register since the default (all channels) matches my desired settings.
Any help would be appreciated.
Thanks,
A. Rau