Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hello,
In order to load it later with a bootloader, I need to generate a .bin file instead of the .out. This is for the M3 part.
In CCS 6.2, in the project properties, I added in the post-build step box :
"${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"
as suggested in e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/411296
The .bin is generated, but its size is 524 kB, which is larger than the total M3 flash size (512 kB) and obviously won't fit.
Could anyone tell me what I'm doing wrong?
Thanks,
Ril