I finally managed to get a Syslink "Hello World App" to run using Syslink and Ipc on the c6a8168, The ARM sends a notifiy message to the DSP and the DSP sends an acknowledgement back, indicating that it is there. I built the code in EZSDK using xdc for the DSP and with a makefile for the ARM. Everything is fine on the ARM side, but what about the DSP? Without Code Composer, or perhaps with it, how does one see directly what is going on in the DSP? As Syslink comes without the rtos library package I have been unable to build Syslink compatible DSP in Code Composer. I did try copying the Sylink rtos library from linux to Windows for Code Composer, but the resulting code does not work. Has anyone figured this out?
Lee Holeva