Other Parts Discussed in Thread: ADS131A02
Hello,
I am researching the most efficient (time-wise) way to transfer the data from ADC to ARM CPU that runs Linux. Is there any way to initialize ADC's SPI in master-mode ?
Thank you,
Igal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Igal,
The ADS1256's SPI only behaves as a slave device.
For the fastest data transfer, I would recommend using the maximum SCLK frequency (up to 1/4 fCLK frequency), using the /DRDY interrupt signal to trigger reading data, and using the MUX cycling procedure (shown in Figure 19 of the datasheet) if multiplexing through multiple channels.
Best regards,
Chris
Thank you Chris for the prompt and informative answer.
Are you aware of other 24-bit ADCs that can be initialized as SPI master ? How to find out that from the data sheets ?
Is that even worth to go to that direction ?
Thank you,
Igal Sokolov