Other Parts Discussed in Thread: LM3S6965
we are using TM4c1294KCPDT controller and Code Composer Studio Version: 8.1.0.00011
I am generating bin file by using following options in build-> post build steps
"${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"
also i have selected Arm Linker ->Advance Options -> Run Time envionment-> Initialisation Model as Link using ROM autointiatization Model(--rom_model, -c)
I am getting 524MB of bin file and it is unable to load using LM flash
Ealier I am getting 203kb of file I have solved some bugs in the code
Please Advice