I am using the TI Integra processor and I am developing my DSP code using the Code Composer Studio v5.1 application. I generate my DSP application and get the resulting ELF formatted .out file from Code Composer. I need to get this file loaded on to the DSP (674X) of the Integra processor. We are trying to us SYSLink on the ARM to accomplish this. The file appears to load on to the DSP but does not run successfully.
I have taken a very simple file C file and built a downloadable image using the EZ SDK. This file was successfully down loaded and executed on the Integra using SYSlink. I took that same C file and built an ELF formatted .out file using CCSv5. This file appears to download via SYSlink but it will not run on the Integra DSP.
Are there specific Code Composer studio options that I need to set so that the ELF formatted .out file can be loadded and executed via SYSlink?