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.

ADS1298 MDK

Other Parts Discussed in Thread: ADS1298, ADS1298ECGFE-PDK, TMS320C5515, TMS320VC5505, ADS1258

Hello,

We are starting a design using the ADS1298 and we have some questions:

There is a mention about the ADS1298 ECG MDK but we cannot find more information on how to compose this MDK.  We ordered the ADS1298ECGFE-PDK and the C5515EVM.  Can we use the Analog FE board that came in this kit (ADS1x98 ECG FE Rev A) with the C5515EVM and run the code contained in the ADS1298 ECG MDK?

I am having dificulty in understing how to order these MDKs.  Can anyone explain for a begginer how to compose this kit like the one showed in video contained in the

Electrocardiogram (ECG) Analog Front End Module for the C5515 ECG Medical Development Kit TMDXMDKEK1258

 

Thanks for the help.

 

Eduardo

  • Eduardo,

    The original ECG MDK was built around the TMS320VC5505 EVM and the ADS1258 AFE hardware, plus application specific software.  The original hardward has been updated to the TMS320C5515 EVM and the availability of the ADS1298 AFE that you are asking about now.  I haven't been able to find the video you are referring to, but the procedure for the updated HW should be essentially the same.  The application SW has been updated for the new HW and is available here: http://code.google.com/p/c5505-ezdsp/.

    Regards.

  • Hello TommyG,

    Thanks for the help.

    O was able to load the ECG MDK software found  http://code.google.com/p/c5505-ezdsp/ and run it in the 5515EVM + ADS1298 A.  It works fine.  But I can only run it when using the ECGSystem.out provided with the MDK.

    When I try to build the software I am not able the generate the .out file and I get all these errors.

    Can you help me to be able to build the project and creat the ECGSystem.out file?  I am using CCS Version: 4.1.3.00034.

    These are the errors that I am getting:

    ../inc/ECGSystemInit.h", line 47: fatal error: could not open source file "std.h"
    1 fatal error detected in the compilation of "../src/ADS1298Init.c".
    Compilation terminated.

    >> Compilation failure
    C:\TICCS\ccsv4\utils\gmake\gmake: *** [ADS1298Init.obj] Error 1

    "../src/pal_osTime.c", line 41: fatal error: could not open source file "trc.h"
    1 fatal error detected in the compilation of "../src/pal_osTime.c".
    Compilation terminated.

    >> Compilation failure
    C:\TICCS\ccsv4\utils\gmake\gmake: *** [pal_osTime.obj] Error 1

     

    Thank you for you help and support.

    Eduardo

    Regards.

     

  • Eduardo,

    I believe your problem is answered in this post: http://e2e.ti.com/support/dsp/tms320c5000_power-efficient_dsps/f/109/t/53987.aspx.  The original app was developed under CCS3.3 and was then imported into CCSv4.  The file std.h is a BIOS file and BIOS is not automatically added to project include search path like it was in CCSv3.3.  You need to modify you include search path.

    Regards.