My customer project can generate .out and .hex file well. however report error for .bin
below is the CCS log, may I get expert help advice what setting is wrong?
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.
My customer project can generate .out and .hex file well. however report error for .bin
below is the CCS log, may I get expert help advice what setting is wrong?
The log shows CCS is installed in the following directory which contains spaces in the path name:
"D:/Program Files (x86)/TI_10.3.1/ccs/utils/tiobj2bin/tiobj2bin"
The error messages with the exception contains just "D:/Program
"D:/Program: Interrupt/Exception caught (code = 0xc0000005, addr = 0x004229F4)
I think some part of the post-build rule to generate the .bin file is not handling the spaces in the pathname.
Chester is correct, it appears to be an issue with the way the post-build step is called. The space in the path is causing an issue. I would avoid spaces in paths as much as possible.