Hi,
I have get the ipnc code from the aprro.
Now, I want run the dsp code of ipnc with the CCS v5.
My first step, connect the dsp with ccs v5 and run the "hello world", it is successful.
My second step, transplant the dsp code of ipnc to the ccs v5, it failed.
I find the BIOS_c6xdsp.cfg have the following code:
xdc.loadCapsule("mcfw/src_bios6/cfg/ti814x/SYSLINK_common.cfg");
If I should build the syslink in the windows with CCS v5.
I try create a ccs project according to the web site: http://processors.wiki.ti.com/index.php/Creating_CCS_Project_for_SysLink_samples.
However, I can't find the platform "ti.syslink.samples.rtos.platforms.ti814x.dsp".
What should I do if I want to run the dsp code with CCS v5.
Thank you