Hi,
Trying to understand how to use mode 5 of the ADS8201. The AUTO TRIGGER section of the datasheet says "After the completion of the selected conversions, an SPI command must be issued to initiate the next scan event. Does this mean that the CONVST pin can not be used to initiate conversions when in mode 5?
We want to use mode 5 to automatically trigger and convert all 8 channels once per CONVST pulse. This is what we are doing:
1. Program reg 0 to 0 to configure channels 0 and 1
2. Program reg 1 to 0 to configure channels 2 and 3
3. Program reg 2 to 0 to configure channels 4 and 5
4. Program reg 3 to 0 to configure channels 6 and 7
5. Program reg 4 to 0 to set channel 0 as the start channel
6. Program reg 5 to 0E to enable BUSY as active high, enable the FIFO, and use CONVST pin
7. Program reg 6 to 0 for normal conversion mode and no interrupts
8. Program reg 8 to 5 to enable auto trigger mode with auto channel and single event
We are generating a CONVST pulse at 1Hz. Waiting 100uS after the CONVST pulse then doing 8 individual ADC reads.
Even though we are not currently using BUSY and just delaying what should be a sufficient time, BUSY does not go high at all and all reads result in the same value. Can you help to understand what is going on? Is it true that we can use CONVST pin when using mode 5 and if so what would cause it to not appear to respond to the CONVST pulse?
Thanks