i want a programming flow chart or a programming steps.
to read and write the data from the ADS8681 what are the steps to be followed, pls let me know the steps to read and write the data from the device
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.
i want a programming flow chart or a programming steps.
to read and write the data from the ADS8681 what are the steps to be followed, pls let me know the steps to read and write the data from the device
Hi Divya,
There are two different operations: conversion data reading, register writing and data reading.
For conversion data reading: no need to program internal registers. The ADS8681 has default configuration after it's powered up, for example, +/-3Vref input range, internal reference enabled etc. You only need to follow the timing in Figure 3 in ADS8681 datasheet (You can follow the timings in Figure 4-8 if you are using different phase and more SDOs for SPI interface). A standard SPI can be used to interface with ADS8681:
For register writing and data reading, please check the detailed information in section 7.5 in the datasheet, especially the commands in table 5 and associated note in 7.5.2. An explanation about the commands can be referred to another post on E2E:
https://e2e.ti.com/support/data-converters/f/73/t/907927
The datasheet has covered all information about these operations.
Best regards,
Dale