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.

Source code about C5505 SPO2 Dev. Kit

Hi, all,

      I am a newbie of DSP programmer and receive the C5505EVM and SPO2 frontend board recently. Does C5505 in the EVM have any SPO2 related code included? If yes, is there any document have related introduction about how to backup the original binary code? Thank you very much. 

  • Hi Eric,

    Did you purchase the SpO2 MDK?  When you purchase it you should receive information on getting the code.  Here is the link for purchasing the SpO2 MDK:

    http://focus.ti.com/docs/toolsw/folders/print/tmdxmdkpo8328.html

    Best regards, Vishal

  • Thanks, Vishal.

     

    I had tried to rebuild all source code from the CD of Dev. kit. Howerver, I  had two questions about the source code:

    1. The message during compiling shows 11 Warnings but no errors. Is it correct?

    2. How to make sure the binary code running correctly? I had written the binary file, SPO2.out, to EVM thru the Memory Load/Write Uitlity in Tools section of CCS 3.3.

     

    Thank you very much.

     

    Best Regards,

    Eric

  • Eric,

     

    #1) I don't know what condition you complied the project from. But if you didn't get any errors, it is correct. CCS won't finish building a new output file if there are any errors.

    #2) In order to download the image (SpO2.out) into your target board, please do the following steps. (I assume you are using the CCS 3.x)

    - Connect CCS to the target board (under "debug" menu, select "Connect" (Alt +C)

    - Go to "File" menu and select "Load Program (Ctrl +L)".

     

    Best Regards,

    Peter Chung