Hi Luca, Perhaps UniFlash expects (*.bin) file when bin box is checked. That requires fewer steps to modify project properties, not using the hex utility. Our understanding was the hex utility produces --map output codes and other post build hex output formats. UniFlash go to project properties add to CCS build steps tab, post build steps entry below string. Seem to recall another check box (create exe output) may have to be checked somewhere in project properties. Had tested this string with C2000 MCU several months ago and it seems to work fine. "${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"
↧