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.
i am making user boot loader for f280049c controller ,in that i will extract bin file using below mentioned method .after that i will receive bin file information byte by byte i will store in internal memory .
in this process i am getting error because in internal flash memory it wrote wrong data in wrong location during generation of bin file what ever FFFF is there its not generating the bin file.
kindly check give any solution for the .below i have attached screen shot for the reference.
after all bin file data writing in to internal flash jumping to starting location of new address controller going for ESTOP
Hello Subash,
in this process i am getting error because in internal flash memory it wrote wrong data in wrong location during generation of bin file what ever FFFF is there its not generating the bin file.
Since the CCS programming is giving you the unexpected values in memory, can you check your .map file to see what is being programmed at this address location?
after all bin file data writing in to internal flash jumping to starting location of new address controller going for ESTOP
This operation handler is executed when an invalid instruction is attempted to be executed (i.e. 0x0 or 0xFFFF).
i have tried with post build cmd also but is getting error with below mentioned
${CCS_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin ${BuildArtifactFileName}
${ProjName}_XX_YY_ZZ.bin ${CG_TOOL_ROOT}/bin/armofd
${CG_TOOL_ROOT}/bin/armhex ${CCS_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin
error as:
makefile:236: recipe for target 'post-build' failed
warning: Data is being written to auto-generated file MCU_TI_F280049C_V_0_0_1.i01
process_begin: CreateProcess(NULL, MCU_TI_F280049C_V_0_0_1_XX_YY_ZZ.bin C:/ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/armofd, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)
process_begin: CreateProcess(NULL, C:/ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/armhex C:/ti/ccs1230/ccs/utils/tiobj2bin/mkhex4bin, ...) failed.
gmake[2]: [post-build] Error 2 (ignored)
C:/ti/ccs1230/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/armhex C:/ti/ccs1230/ccs/utils/tiobj2bin/mkhex4bin
makefile:236: recipe for target 'post-build' failed
Hello Subash,
This does not answer my question, please see my earlier reply and provide the information if possible.