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.
Tool/software: Code Composer Studio
HI
I am trying to create a binary (.bin) file for TMS320C6726 with CCS 7, Compiler ver7.3.23.
I have already asked a question to the TI Customer Center in Japan.
In the answer:
"$ {CCS_INSTALL_ROOT} / utils / tiobj2bin / tiobj2bin $ {BuildArtifactFileName} $ {BuildArtifactFileBaseName} .bin $ {CG_TOOL_ROOT} / bin / ofd6x $ {CG_TOOL_ROOT} / bin / hex6x $ {CCS_INSTALL_ROOT} / binsti / utilsti"
I learned that a binary file can be created by setting the above command to "Build - Steps Tab - Post - build steps" in the Properties Dialog.
It was confirmed that a binary (.bin) file was created by setting the command and executing Build, but the size of the bin file was 1.8 GBytes.Bytes.
Hereafter, I will ask you a question here, guided by the Japan TI Customer Center (TICS-JP).
We recognize that the binary file is created from the .out file, and since the target .out file is 1.1MBytes, we do not expect that the image data to FlashROM will exceed 2MBytes.
* According to the answer from TICS-JP, there was a problem with the Build option.
Please let me know if there are any points or mistakes to be confirmed in this setting.
Thank you.
For a general background on binary files, please see this forum thread. Please note the part about how holes can only be filled with 0. In your case, you probably have a large hole in memory between initialized sections.
To see solutions others have used for these problems, please see this forum thread, and this forum thread.
Thanks and regards,
-George