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.
Replies: 1
Views: 1205
Part Number: ADS1261
Hello,
Does TI offer example C code software for the ADS1261?
Regards,Collin WellsPrecision ADC Applications
Yes, TI offers example C code software for the ADS1261 in the tools and software tab of the product folder. Here's a link to the example code along with the tools folder so you can review the other available tools.
Example Code:
Tools and Software Page:
Here's some important information from the readme file:
# ADS1261 Example Code
Reference this code as an example to help to you get started writing your own ADS1261 code.
## Included modules
**`ADS1261`** - Low-level functions and register map definitions for communicating with the ADS1261 and related devices.\**`Interface`** - Processor specific functions required by the `ADS1261` module.
**How to use this code...**\The `ADS1261` and `Interface` modules can be copied into your project; however, you will have to edit all of the function contents inside the *interface.c* file and add all required library references to *interface.h* to ensure compatibility with your processor. Once that is complete, include *ads1261.h* in your application and you can begin calling `ADS1261` functions in your code.code.
---