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.

IC ADS1298 compatible with webench ?

Other Parts Discussed in Thread: ADS1298

Is IC ADS1298 is compitable with TI WEBENCH and what are other resources and what is internal architecture of ads1298 ?

  • Hello Harsh,

    I am moving your post to the Precision Data Converters Forum that covers this device.
  • Hey Harsh,

    It's tough to make webench models for ADCs in which the ADC will actually function in the way that it is designed in the IC (though some exist for other ADCs in a sort of limited capacity). So no, there is no webench model for the ADS1298.

    As far as the internal architecture, the ADS1298 is an 8 channel, simultaneous sampling, 24-bit delta-sigma ADC with integrated internal reference, oscillator, front-end PGAs, WCT and RLD amplifiers, and pacemaker analog output. If you were to think of the ADS1298 as a black box, you would have 8 high-impedance differential input channels with configurable analog gain and an SPI interface output with an interrupt signal which alerts the host when a new conversion is ready. Conversion data will be digitally filtered and provided at the data rates specified by a register setting.

    Regards,
    Brian Pisani
  • What are other resources for ads1298

  • Hey Harsh,

    The product page for this part (www.ti.com/.../description) and all of the tabs on that page will be a "one-stop shop" for you to find documentation, tools, EVMs, TI Designs, etc.

    Regards,
    Brian Pisani
  • i can use Code Composer Studio for coding part use for this devise ??

  • Hey Harsh,

    CCS is an IDE, debugger, and flash tool for TI MCUs, so you could use CCS if you used a TI controller. However, there are no integrated libraries or coding support available for the ADS1298 specifically. There are lots of sample code and support for the microcontrollers, though. The interface for the ADS1298 is an SPI compatible interface and you will easily be able to find resources for SPI communication for almost any microcontroller you choose.

    Regards,
    Brian Pisani