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.

A question about C55XCSL examples for C5515eZdsp USB Stick

Hello,

I am trying to run the usb communication examples on C55XCSL 2.5 for C5515 eZdsp USB Stick.

In the Release Notes PDF it says;

For Running the Projects on C5504/05/14/15 DSP: 

Select the correct platform (C5515_EVM or C5515_EZDSP) in csl_general.h.

So, how can I change the csl_general.h file in order to select C5515_eZdsp platform?

Please help me. Thank you for your interest.

Yusuf Sekman

  • Hi,

    Release note page 20 -->

    For C5515 eZdsp USB Stick, make sure that #define C5515_EVM in Part 3 of file c55xx_csl\inc\csl_general.h. is commented out (e.g., with a beginning “//”). With this line commented out, the #ifndef logic in csl_general.h #define’s the macro C5515_EZDSP instead. This, in turn, causes your build, by default, to be tailored for C5515 eZdsp USB Stick.

    Regards,

    Hyun

  • Hi,

    Yes, I have just found this. Thank you for your help.

    Regards,

    Yusuf