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.

Seeking ADS1248EVM-PDK Firmware

Other Parts Discussed in Thread: ADS1248EVM-PDK, ADS1248

I have purchased the ADS1248EVM-PDK.

This is my first experience to work with TI products.

Where could I get  the source code supporting the ADS1248EVM-PDK

software used in the above kit?

It would speed up the process of reviewing the kit

and developing an application.

Thanks in advance, Valery Puchkov.

  • Valery,


    I’ve attached the source code for the firmware we are using for the ADS1248EVM.  I’m not sure how helpful this is going to be as we are using RTOS, and it can be rather confusing to follow.

    Registers are initially written in ‘core.c’ and are changed through ‘ads.c’.  We use the built in SPI peripheral of the MSP430 and it is initialized in ‘ads.c’.  Of particular interest may be the ‘ads_reg_read()’ and ‘ads_write()’ commands that are also found in ‘ads.c’.


    Joseph Wu

    ads1248evm_fwsrc_1.0.8.zip
  • Joseph,

     

    Thank you very match for you prompt answer and your help.

     

    Now I have a good opportunity to start developing an application for ADS1248.

     

    Best regards,

     

    Valery Puchkov.