I am working on a CCS 5.4 project with SYS/BIOS 6.35 / DM8148/ win7
In the DSP.CFG file, there's a line :
xdc.useModule('ti.syslink.ipc.rtos.syslink');
this line was comment out when I use xds200 to debug the program, on window
But when I use slave-loader to load the elf out put file to run on DSP, dsp core hang's.
I found out that when I uncomment thits line above in DSP.CFG file and rebuild the project in linux with EZSDK,
it can be load and run correctly.
I didn't use any sys link function in my program, but I am not sure about SYS/BIOS.
So, is SYSLINK module must be include in my project? And where to find the windows version of SYSLINK?