Other Parts Discussed in Thread: UNIFLASH, CC3235SF
Tool/software: Code Composer Studio
Hello,
I am using part CC323FSF, with Code Studio Composer version 9.0.3. I have completed debugging my program and I would like to get the .bin file in order to flash it using Uniflash.
Unfortunately, I went to the Debug folder of my project, but did not find the .bin file. In an other answer, I saw that this could be solved by inserting the following:
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
However, even including the above did not solve my problem.
Do you have any suggestion on how to solve it?
Thanks in advance!
Best regards,
Artemis
