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/TMS320F28379D: content assist and interrupt keyword

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi all.

I want to write ISR and use the interrupt in code composer studio .But when i write int+ctrl+space (when i use content assist) the interrupt keyword not show by content assist and not bold.What's the problem???

Is it need to a special setting???

Thank you very much.

  • sms sms said:
    I want to write ISR and use the interrupt in code composer studio .But when i write int+ctrl+space (when i use content assist) the interrupt keyword not show by content assist and not bold.What's the problem???

    Is this with a clean new project or for an existing C2000Ware based project?

    Thanks

    ki

  • Hi.

    When i write on existing C2000Ware based project the interrupt keyword is bold and there is no problem.But when i create new ccs project and write interrupt keyword or __interrupt keyword ,This word does not bold.

    Thank you very much Ki.

  • I looks like when creating a new project, the language mapping is not set up correctly. For example, the existing C2000Ware project has the below mapping:

    That is missing in the new projects created from scratch. This looks like some regression since older CCS version didn't have this issue (CCSv7.4 has the mapping set up while CCSv8.3.1 and CCSv9.1.0 do not). I filed a bug for this, tracking ID: CCSIDE-3652.

    In the meantime, you can manually add the mapping yourself as a workaround.

    Thanks

    ki

  • Thank you very much.

    This setting caused that content assist recommend the "interrupt" and "__interrupt" .But yet this word not bold and their color is black while they should be purple.

    1- How to fix color of "interrupt" and "__interrupt"???

    2- Please introduce a reference for learning the properties tab.

    Thank you very much Mr.Ki

  • sms sms said:

    This setting caused that content assist recommend the "interrupt" and "__interrupt" .But yet this word not bold and their color is black while they should be purple.

    1- How to fix color of "interrupt" and "__interrupt"???

    Please try closing both the file and the project and reopening it. Also try rebuilding the index

    sms sms said:
    2- Please introduce a reference for learning the properties tab.

    Check the CCS Help ('Help -> help Contents -> C/C++ Development User's Guide')

    Thanks

    ki

  • Thank you for helping Mr.Ki

    My problem was fixed.