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.

CCS5.3 C2000 Compiler...Advanced compiler option is disappeared in some project!

Hi,Sir!

it is very strange that one project imported from CCS3.3 to CCS5.3 has advanced option in C2000 compiler config,but another demo project from TI CCS cannot show this config at all, any can tell me why?

  • In fact, I want to use MIRSA-C 2004 tool, but it disappears.

  • Hi Decai,

    have you clicked on "show advanced settings" in the bottom left?

    Best regards,

    Lisa

  • decai wang said:

    In fact, I want to use MIRSA-C 2004 tool, but it disappears.

    This is due to the version of compiler tools being used by the project. Starting with v6.0.x the MISRA options should be visible under Compiler->Advanced Options.

    I see in your screenshot that you imported the project Example_2833xCpuTimer. This project was originally created a 5.2.x compiler version, hence it will default to using a 5.2.x for the build if one is recognized by CCS. With that version the MISRA options are not visible in the GUI options, which is why you don't see it. You should be able to change your compiler version to a 6.0.x or higher from Project Properties->General->Compiler version and then the MISRA option should be visible.