TI CCS: memory types ISRAM and ISRAM on page 0 overlap

Sorry no Chinese input in office, have to write in English.

 

This is an abnormal issue.

In web, I saw the similiar question multiple times. But no correct answer about the question. After investigating 8 hours, finally find the root cause.

General we create *.cdb file, it will automatically generate one *.cmd file. We will add a new *.cmd file.

The two *.cmd files will confilct during Link stage.

 

In CCS, choose your project and right-click: choose "Open for Editing".In the bottom line,

add or edit like this:

["****.cmd" Settings: "Debug"]
ExcludeFromBuild=true

["****.cmd" Settings: "Release"]
ExcludeFromBuild=true

 

 

Fuck CCS, we have to manually edit the project.

你可能感兴趣的:(TI CCS: memory types ISRAM and ISRAM on page 0 overlap)