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.

TMS320F28377S: BIOS cannot run

Part Number: TMS320F28377S


Dear team:

My customer uses CCS10.3 to build a project based on the F28377S chip. There is no error after compilation, but the BIOS cannot be started after burning into the chip. After executing BIOS_start(), it prompts "Break at address "0x3FE493""

And he found that after changing the name of the .lib file(As shown below) in the Debug folder generated by the compilation to .Lib, recompiling and burning it into the chip, the BIOS can be started. During Debug, the error did not occur, and the interruption and task execution were normal. 

Or directly delete the "lib" folder in the Debug folder, create a new "Lib" folder and recompile, at this time...>Debug>Lib folder is empty, but the program can also be run.

Is the client's library usage incorrect? Or is there a problem with the CCS settings?

Best regards