Part Number: TMS320F28377S
Tool/software: Code Composer Studio
Hi,
For my bootloader, I need to generate a binary file for my application. I go to properties->Build->Steps->Post-build steps and add the following:
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000.exe" "${CG_TOOL_ROOT}/bin/hex2000.exe" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
all in the same line.
After build, the console doesn't show any errors or failed actions:
**** Build of configuration Debug for project bootloader_test ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O
gmake[1]: 'bootloader_test.out' is up to date.
**** Build Finished ****
In the other hand, I cannot find my binary file in the Debug directory belonging to the project.
Can you please tell me how to properly generate the binary file? I already tried some solutions on other threads but in vain.
If it helps, my compiler version is the TI v18.1.1.LTS
Regards,
Imen