Hi,
I have some problems with generating my .bin file. I use the follwing commandos in the post build step and they are working.
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000" "${CG_TOOL_ROOT}/bin/hex2000" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
The problem is, the commands generate a huge file with all section in it.
How can I modify the post-build, that it generates a .bin with ist origin an 0x610010 and a legth of 0x1FFF0. Or only what is in my SECTIONS.
Best Regards Dr. Lunz