Hi,
can I linker a binary file in a CCS project ? I need to do "application program" + "binary file" in a single CCS .out file.
Can you send me "how to do" description ?
By Sergio D'Orazio.
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,
can I linker a binary file in a CCS project ? I need to do "application program" + "binary file" in a single CCS .out file.
Can you send me "how to do" description ?
By Sergio D'Orazio.
Unfortunately, the TI tools do not supply a direct solution to your problem.
The solutions to this problem tend to follow this model: Convert the binary file to a series of hexadecimal values. Then enclose those values in a C array, or even a table in assembly code. Refer to that C array or assembly table as needed from the application program.
Thanks and regards,
-George