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.

Example Project To Test the OLED Display on the C5535 eZDSP USB Kit for CCS v5



Hello,


I have ported my C5535 eZDSP kit to make it compatible with the example projects found in the C5000 teaching ROM. I am able to compile and execute the guitar effects example project and it sounds great. I would now like to test the OLED display on the development board.


Does anyone know where I could find an example project for CCS v5 that would allow me to test the OLED display?

Best Regards,

Mitchell Bennett

  • Hello Mitchell,

       Hope the below link helps you.

       http://e2e.ti.com/support/dsp/c5000/f/109/t/298170.aspx

    Regards

     Vasanth

     

  • Hello, thank you for your response.


    Unfortunately the link you provided is for CCS v4. Is there an example project you can provide me for CCS v5?


    Best Regards,

    Mitch

  • Mitch,

    I was able to import the lcd-osd9616 project from the link above into CCS 5.4 and build it. You should be able to do the same. I have attached the built project.

    3022.lcd-osd9616.zip

    Regards,

    -Jon

  • Hello and thanks for your reply. When I tried to compile the project that you have provided, I receive the following errors.

    I have attached the project file that I tried to compile below:

    7080.lcd-osd9616.zip

    Best Regards,

    Mitch

  • Hi Mitch,

    I can't seem to see the errors that you have posted. I apologize that I was not clear in my last response.

    If you download the Test Code from the Spectrum Digital support page (link provided in earlier post), it will contain source and header files that the LCD project needs to build.

    Let me back up and ask what errors you received when you tried to download the test code and build it on your own (not the project I provided). You can paste them as plain text in your response.

    Once you download the test code, extract the .zip directory to your desired location. Open CCS v5 and go to File -> Import... and choose Code Composer Studio -> Existing CCS Eclipse Porjects and click Next. Then, click Select search-directory, click Browse and navigate to the directory that you unzipped the LCD test code to (\ezdsp5535_BSL_RevC\ezdsp5535_v1\tests) click on the lcd-osd9616 folder and then click OK.

    CCS should discover the project in the folder and you can select it and click Finish. If you have the "Copy projects into workspace" box checked, you will copy the project into the current workspace and use that instead of the original. This may or may not create issues when referencing other source/header files in the test code you downloaded.

    You should now have the project imported into CCS and be able to clean and build the project.

    Please let me know if this helps or if you have any errors/issues.

    Regards,

    -Jon

  • Thank you for your detailed response.

    I followed your instructions and I was able to compile and execute the test code.

    Thanks very much for your help.