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.

code for ADS131E0x - using MSP430

Hello,

I've downloaded code for

  • ADS1220 and MSP430
  • ADS1256 and C6713

I need code for getting data from 4 channels of ADS131E04.

Are either of the above combinations similar? Can someone please post code for a MSP430 master with ADS131E0x answering as slave?

At the moment I'm using the ADS131E0x evaluation board wired to MSP430F5418.

Thanks,

Mechi

  • Unfortunately, there is no demo code for the ADS131E04 on MSP430.  The code that you have should be similar to the interface for the ADS131E04.  You can compare the timing specs to determine where you may need to modify the code.

  • Thanks for the info.

    Which code should I follow - to which ADS is the ADS131 similar?

    I'm reading the PDF and trying to decipher the bytes needed for each command /register. Can someone give me an example of what should be sent and what can be expected as output?

    At the moment I sent some dummy bytes and get 0xFF - which is GIGO - garbage IN, garbage OUT.

    Thanks,

    Mechi