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.

TMS320F28335: Memory range has already been specified and ISA is not compatible

Part Number: TMS320F28335

I don't know why, there are a series of incompatibilities and memory that have been specified.Can anyone help me?

  • Hello,

    Did you create the project from an existing example or is this a brand new project? What CCS and compiler version are you using, and what output format are you using?

  • The code is an existing example left by the company five years ago.The version is shown in the picture below.

  • Based on the errors, it looks like the library rts2800_ml.lib specifies the ISA revision "C2800" but somewhere in the project or some file that's included in the project uses the ISA revision "C2700". These need to be made compatible (I recommend finding where "C2700" is used and changing it to "C2800"). This is usually only a problem for older devices with older compiler/CCS versions but since it looks like this project has been migrated to a more recent version this may be why you're seeing errors.

  • Hello, the problem has been solved after transplant project. As long as it has a .lib file in the picture, it seems that it is not compatible with C2700.