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.

Code composer v6 TMS320F28335

Good Morning,

My name is Alvaro and I work as a project engineer at Thyssenkrupp Elevators in Brazil. I am trying convert a CCS 3.3. Project to CCS6 Project.  When I build the Project in debug mode, there is no erros and the program run, but when I try use release mode CCS show me the follow error:

error #16008-D: file "../DSP2833x_common/lib/IQmath.lib<IQ24atan2.obj>" specifies ISA revision "C2800", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line.

- My windows is Windows 7 professional 64 bits

Code composer versions:

- CCS3.3.82.13 and  6.0.0.00190

- My JTAG emulator is Blackhawk C200 and Blackhawk C2000 

- Device: TMS320F28335

Best regards,

Álvaro Lopes
Component & System Engineering

  • Alvaro - it is likely that the "release" build configuration was never setup properly. This was often the case with old SW TI released. Do you know if the "release" work under CCS 3.3?

    The C2700 is a very old CPU that is no longer used. The error indicates some of the code is being compiled for the C27x CPU instead of the C28x.

    My suggestion is to delete the "release" build and create a new one. When you do this it will ask you if you want to use a build configuration as a template. Choose the debug one and modify it from there as you wish for release.
  • Lori,

    Thank for your support.

    I can comment that my software never was built with C2700 CPU in CCS 3.3. The Project Always worked with CCS 3.3 (Release and Debug) . Actually I solve the problem doing the process again (convert CCS 3.3 to CCS 6). Probably  some Windows occurred  refers to porperty of Project directory. 

    Regards