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.

F28055.cmd problem

Other Parts Discussed in Thread: DRV8312, TMS320F28054F, TMS320F28055, TMS320F28054M

I used F28054F with DRV8312, it worked fine with Proj_lab01.

After I changed my chip from F28054F to F28055:

I changed the Linked command file from F28054F.cmd to F28055.cmd from Proj_lab01's properties.

I also renamed the TMS320F28054F_xds100v2.ccxml file to TMS320F28055_xds100v2.ccxml and changed the device from TMS320F28054F to TMS320F28055

As result, I am not able to build my project_lab01 and it has following 4 error messages:

Description Resource Path Location Type
#10010 errors encountered during linking; "proj_lab01.out" not built proj_lab01 C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10099.html">#10099-D</a> program will not fit into available F28055.cmd /proj_lab01 line 138 C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain proj_lab01 C/C++ Problem
unresolved symbol _RamfuncsLoadEnd, first referenced in ./proj_lab01.obj proj_lab01 C/C++ Problem

I was able to build and load Proj_lab01 by only changing TMS320F28054F to TMS320F28055 from TMS320F28054M_xds100v2.ccxml file

BUT After I changed the from F28054F.cmd to F28055.cmd from Proj_lab01's properties. I am not able to build the project file.  The errors are shown as above.

Anyone knows what cause this issues?