Hi,
I have a platform of DM8148, and I want to debug the DSP core using CCS v5 in windows os.
The first step, I connect the DSP using CCS v5, it successful.
The second step, I create a ccs project ant to run "Hello world", it successful.
I thought I can develop the DSP program as usual, however if I want to implement the communication with the M3 or A8, what should I do? If I must use the syslink and ipc for it.
If I want to develop a algorithm in DSP, what should I do? If I must use the XDAIS algorithm standard, the framework component, the codec engine, and the codec server.
The third step, I want to add syslink component to a ccs project, it failed.
Then I create the ccs project as the 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". Then I download a sample from https://github.com/vanti/Syslink-MessageQ-sample-CCS-project/zipball/version-1.00.00.00 and import the dsp portion to ccs v5 in windows os, when I build the project, it has a error, as follow:
Error: Can't find platform package ti.syslink.samples.rtos.platforms.ti814x.dsp .
What should I do if I want to build the syslink project using the ccs v5 in windows os.
And, what should I do if I want to create a C674x DSP of the DM8148 project and debug it using the CCS v5.