Hello,
here is great description how to do it DSPlink http://processors.wiki.ti.com/index.php/Debugging_the_DSP_side_of_a_DSPLink_application_on_OMAP_using_CCS
As far as I understand I could connect to DSP when it is released by ARM core. If there is nothing important on ARM I was fighting with it here: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/237087.aspx and I released DSP via GEL script.
In this case SysLink release the DSP core. In DSPlink it was done in function PROC_start(). I suppose that in SysLink it is like ProcMgr_start(). This function is called in SlaveLoader. So I supposed that I could connect to DSP after command:
./slaveloader startup DSP server_dsp.xe64P memmap.txt,
before running host application (./app_host DSP). But I can't. I get error: IcePick_C_0: Error connecting to the target: (Error -150 @ 0x0) One of the FTDI driver functions used during configuration returned a invalid status or an error. (Emulation package 5.0.952.0)
Can you help with this?