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.

CCS/TMS320C6678: What is the best way to modify SRIO example projects?

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi,

I want to modify and edit SRIO example projects related to dsp c6678 (add new source files, new codes, new functions and ...). 

Can I add new source files to example projects?

What is the best way to modify SRIO example projects without changing original files?

Best Regards, 

mohammad

  • Hi,

    If you want to modify the SRIO example, why you care about keeping the original files without change? The simple way is just make a copy of pdk_c667x_2_0_xx\packages\ti\drv\srio and save it somewhere. Then use pdkprojectcreate to generate CCS project, load into CCS and build. At this moment you still have the original source code.

    You can modify or add new files into the CCS project as you like. In case anything went wrong, just use the original SRIO folder to copy over to get a clean one. Or, you can use GIT to check the code change.

    Regards, Eric

  • Hi Eric,

    Thank you for your answer. 

    At first, I wanted to create new project and design new application by considering example projects. But, some errors occurred (because of header files). 

    Therefore, I decided to modify the SRIO examples and design my application by considering original files of example projects.

    Thank you again.

    Best Regards,

    Mohammad