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.

running the digital sthethescope application



hi all

 

i am a newbie to TI code composer 4,

my current application is on a  c5515  EVM board and iam trying to build and run the sthethescope application

The steps mentioned on the CD  that was shipped with the board are for C5505. it talks about BootLoader.zip files which are not in the CD

I have installed the daughter board onto the EVM

i created a target configuration for c5515 emulator ( as mentioned in the CD )

The sthethescope applicaiton is an existing Eclipse application so i add this to the target configuration and when i compile it , the errors that come up are missing header std.h and trc.h

it still comes up with errors

how can i obtain a binary file to load on the C5515 EVM for the sthethescope application.

I am able to load program.out file and can choose where to load the program, but i have not seen a .bin file for the sthethescope applicaiton.

Could somebody please help me with detailed steps, i have read a few topics related to this.. but i am not aware of how to use hex55 and have not found any documentation on the CD to guide me in this direction

Thank you

I am able to modify the led test program that comes with the CD, I am able to see the binary file being created and i can run this program easily.

  • I'm not too familiar with this application so my insight is limited. You may get better answers from the C55x forums.

    clifford joseph said:
    The sthethescope applicaiton is an existing Eclipse application so i add this to the target configuration and when i compile it , the errors that come up are missing header std.h and trc.h

    I believe those are BIOS files. At least BIOS has files of the same name. I was able to build the project when I added the path to the BIOS include files to the include search paths (.\bios_5_41_10_36\packages\ti\bios\include)

    clifford joseph said:
    Could somebody please help me with detailed steps, i have read a few topics related to this.. but i am not aware of how to use hex55 and have not found any documentation on the CD to guide me in this direction

    See Chapter 14 of: http://www.ti.com/lit/ug/spru280h/spru280h.pdf

    Hope this helps

    ki

  • Hi 

     

    I found the correct implementation

     

    http://e2e.ti.com/support/dsp/tms320c5000_power-efficient_dsps/f/109/p/56480/201190.aspx#201190

     

    http://code.google.com/p/c5505-ezdsp/

    But had to add some header files to actually make it compile correctly, basically TRUE and FALSE were not defined...

    Thank you for your help