Hi
Does anyone know if there is any documentation or the method to build a hex file in code composer to load into the dsp in boot through HPI mode... im using a tms320c6455.. thank you
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.
Hi
Does anyone know if there is any documentation or the method to build a hex file in code composer to load into the dsp in boot through HPI mode... im using a tms320c6455.. thank you
To convert an executable to loadable data, you should consider using the cg_xml tools or the hex6x tool (which is part of the C6000 code generation tools). The documentation for the hex6x tool is in the Assembly Language Tools User Guide.
Loading the data into the DSP will require software running on the host processor, and since such a piece of software would be very dependent on the host and the connectivity, I suspect that TI does not provide that.
Regards, Daniel
Here's a related thread with a modified version of one of the examples from the cg_xml tools:
http://e2e.ti.com/support/development_tools/compiler/f/343/t/99421.aspx
The above bootimage script should be very easy to compile into an image which your host processor loads into the 6455.
Brad