Hi,
I use LM4F232 board. I was able to generate the bin file by writing the following commands in the Post build step:
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"
"${CG_TOOL_ROOT}/bin/ofd470.exe" "${CG_TOOL_ROOT}/bin/hex470.exe" "${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin.exe"
I used the LM flash programmer (program offset at 0x0000) to load the generated bin file into the controller.
Now i am unable to get the expected output.
Cant understand where I went wrong.
Thanks in advance.
NOTE: The program is to just echo the received (through serial port) character, which is done through Teraterm.
In debug config, program (through CCS, .out file) is working fine.