Hi guys
I'm using imap-l138 board and now I'm testing my DSP+ARM interconnection via syslink. I'm able to build DSP binaries using Linux SDK and get *.xe674 binaries. I'm able to start them with the help of slaveloader and also ARM side applicatons are fine.
But then I'd like to load DSP binary provided by CCS build process. I get *.out from it which seems to be in ELF format, I can apply readelf for it and read it's header - no problem.
Can I use it directly as a slaveloader parameter? I mean, is it Ok to have ./slaveloader DSP myFW.out myFW.map ?
If not, what could be a solution for it?
BR,
Dmitry