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.

DM3730 How to build DSPLINK( DSP side) using CCS(windows)

Other Parts Discussed in Thread: DM3730

Hi,
I'm using DM3730(ARM+DSP).
Right now, I'm trying to understand how to make a program for DSP side using CCS(windowsPC).

I understand that we need to use DSPLINK for communication between ARM and DSP
but I don't know how to build DSPLINK (DSP side) using CCS(windowsPC).

Is there a way to build the DSPLINK using CCS(windowsPC)?

best regards,

challenger


  • hi:

    i want to use ccs to develop myself DSP code,modifiy the readwrite sample supported by ti,

    i had refer to http://processors.wiki.ti.com/index.php/Building_DSPLink_Applications#Method_3:_Building_a_DSPLink_application_using_a_CCS_project_file

    but i got some errors like the flow fig,i have include those necessary lib,etc dsplink.lib,dsplinkdata.lib,dsplinkmpcs.lib dsplinkmsg.lib dsplinknotify.lib dsplinkpool.lib dsplinkmplist.lib

    dsplinkringio.lib gen.lib hal.lib ips.lib; and define symbol refer to files:RDWR_define.txt;add build flags refer to RDWR_flags.txt;add includes path refer to RDWR_includes.txt

    can anyone help me?