Hello,
We are trying to immigrate our CCS code already compiled for DSP, to C6runapp form.
What is the right way to do it? is it possible at all?
Thanks!
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.
Hello,
We are trying to immigrate our CCS code already compiled for DSP, to C6runapp form.
What is the right way to do it? is it possible at all?
Thanks!
C6Runapp utility is designed to work in the ARM/Linux environment where builds are usually makefile based rather than CCS based.
However if you have validated your DSP code in the CCS environment, you can easily use the source files from that project and compile them in the ARM makefile using C6Run. If you need help with this you can refer to either the dsplib examples provided in the c6run package or to the following wiki where a Pi estimation calculator is compiled using C6runapp.
http://processors.wiki.ti.com/index.php/C6EZRun_Pi_Estimation_Example
Hope this helps.
Regards,
Rahul
Thank you Rahul for your answer,
I have a follow up question, can I activate and control peripherals directly from the DSP core instead? For example, can I activate USB device ?
Thanks again.
Tzviel
Tzviel,
Unfortunately, we do not have an example with C6Run where the DSP controls the peripherals but I believe this could be done.
We have an audio SoC example on OMAPL138 that builds directly on top of dsplink which demonstrates this kind of functionality :
http://processors.wiki.ti.com/index.php/Audio_Soc_example
Regards,
Rahul