This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The OMAP3530 based devices come out of reset by default with the DSP in reset. There are generaly GEL files available which perform scripting capability which interact with the target device.
The script routines will show up in the GEL menu item of CCS.
You will need to connect to the ARM first and execute the GEL function to wake up the DSP. If you are using the Mistral_Omap35xx_CortexA8.gel for the CCS session, then execute the C64xPlusRelease_FromReset() function.
You should then be able to connect to the DSP in a separate CCS window.
Hi Brandon,
is this described somewhere in TI/MIstral documents.
Infact, I can't find a Mistral_Omap35xx_CortexA8.gel file.
Where I can find it?
Sincerely,
Mihail
Yeah, this helps a lot....Thank you, Gonzalez..
It seems that to program a device from TI is some sort of jedy skill.