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.

MSP-EXP432P4111: [ACK_ERROR_MESSAGE]Header incorrect! seen, possibly timing error

Part Number: MSP-EXP432P4111

Hi,

  I started with flash loading a .txt loadable file from the Arm Hex Utility, size about 20K bytes. no problems using the documents and bsl-scripter-linux-64.

  At some point in development, the .txt file became over 40K bytes and the bsl scripter started returning the error message: [ACK_ERROR_MESSAGE]Header incorrect!

  I thought it was timing after reviewing the code, so I set a breakpoint at the vector to the BSL loader, then kicked off "resume" then the scripter, one right after the other, and the flash load worked.

  The problem is, our black box doesn't have access to the jtag port needed for CCS to talk to it.

   Is there any way I can get the source for the bsl scripter so I can code and debug both sides?