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.

ADS1258: ADCPro v2 Sources

Part Number: ADS1258
Other Parts Discussed in Thread: ADCPRO, , , ENERGIA

Hi, I'm trying to use ADS1258EVB + ADCPro v2 software to test my battery discharge profile. To switch between different loads, I need to operate IO port /s automatically, using predefined timing.

I thought it wouldn't be too hard to modify software / firmware to get this functionality.

Where can I find relevant sources? Do I need license to compile them? Currently I'm working with CCS v7 for MSP430.

Thank you.

  • Hi Vladimir,

    Welcome to the TI E2E Forums!

    Unfortunately the source code for the ADS1258EVM-PDK is not available, but even if it was, I would be hesitant to try to modify it. I've looked at some MMB0 code in the past and I can tell you that it was not easy to follow.

    If you have an MSP430 LaunchPad, I would recommend jumper wiring the Launch pad to the ADS1258EVM daughercard and using the launchpad examples to establish communication with the device. I might be able to dig up some MSP430 code, but in the meantime, you could reference github.com/.../ADS12xx-Library, which although is an Arduino project, it would provide you with an ADS1258.h header and might be usable within Energia.

    Best regards,
    Chris
  • Thank you Chris, I am appreciate it!