Hello
I am attempting to program a binary file into a TM4C129ENCPDT processor using LM Flash programmer build 1613
I am using a mikroprog ICDI device to program the processor.
I can program the user registers using the other utilities tab.
I can erase the entire flash using the flash utilities tab.
However when I try to burn the .BIN file I get the error message
I have tried locating the file in root folder, there are no spaces in the file name.
I am running under windows 8.1 64 bit.
I can program the processor using CCSV6 and the ICDI interface and also using CCSV6 and Blackhawk Red probe.
I have tried slowing the clock frequency down with no effect.
BIN file is generated using tiobj2bin as a post build step
"${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"