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.

CCS/TMS320F28388D: Boot from FLASH not working

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello, 

I am using the TMS320F28388D controller, I am raising the issue on the linking error faced when code_start is added to have the code boot from FLASH.

I want the start address to be as per my linker cmd file which is 0x080000 but when compiled with CCS IDE Version: 10.1.0.00010, Compiler version TI v20.2.1.LTS I do not see in the map file which has to be addressed as required but it generated with a different address as shown in the below image.

Because of this Issue, I am not able to boot the code from FLASH address 0x080000.

Please refer to the attached word document which has screenshots.

TMS320F28388D controller issue.docx

When I use code_start I get below errors, Let me know how to fix these errors

undefined first referenced
symbol in file
--------- ----------------
__TI_decompress_lzss
__TI_decompress_none
_c_int00 ./cdstrbr.obj

error #10234-D: unresolved symbols remain
warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start"
error #10010: errors encountered during linking; "GBL_F28388D_RTL.out" not built

I also observed when I use the example program I don't see this issue, this happen when we create a new project .

thanks,

Nagesh