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 Team,
Based on the “8.5.3 Data Format “ in ADS127L01 datasheet, the data structure is 24 bits + 8 bits status word, so:
Hello Ernest,
1. Yes, on power-up reset, the status word is enabled, and you need to transfer 32b word.
2. Yes, you can disable the 8b status word. After disable of status word, all conversion data will be 24b word size.
3. You can disable the 8b status word by writing 1 to the CS_ENB bit of the CONFIG register. (Figure 96 and Table 23 in the datasheet)
We do not have specific example code for the ADS127L01, but you can disable the status word by writing 0x02h to the CONFIG register. Refer to Figure 93.
The exact 24b word to send to the ADC in this case will be: 0x41 00 02h
Regards,
Keith Nicholas
Precision ADC Applications