This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

It does not download the file.bit on Tiva Launchpad with LM Flash Programmer



I am trying to download the file.bit on Tiva Launchpad with LM Flash Programmer but it does not download.

When I download an example file.bit it works, for example the default one (qs-rgb).

I set the following instructions in Getting Started with the Tiva™TM4C123G LaunchPad Workshop:

CCS Project Explorer. Right-click on my project and chose Properties. On the left, click Build and then the Steps tab. Pasted the following commands into the Post-build steps Command box to create the file.bit....but it did not work :(

"${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin"
"${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"
"${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex"
"${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

Can you please help me?

Thank you in advance.