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/MSP430FR2311: MSP430FR2311

Part Number: MSP430FR2311
Other Parts Discussed in Thread: MSP430WARE

Tool/software: Code Composer Studio

Thanks in advance for any help. I am using CCS V9.2 and coding a "C" program for the MSP430FR2311. When I type a "CTL + SPACE" the autocomplete content assist is coming up with "No default proposals". I also get "No help Proposals" and "No template proposals". The bottom of the screen displays "No completions available".  Can someone please explain what I need to install to get the "content assist" working. Cheers.

  • Did you type a letter first?

    For example here I start typing "m" in the function john and hit control space.

    Sometimes I do see that empty proposal box when I know there are matches.  To get it to show the info I need to trigger the index to be built.  I can do that by building the project or by right clicking on the project and selecting Index -> Rebuild index

    Regards,

    John

  • Thanks John. Yes I am writing the first letter or several letters before hitting control space. I have rebuilt the index and rebuilt the project but this has not helped. Does the autocomplete work with MSP430ware API"s?

  • Thanks for the help and sorry to inconvenience everyone for a stupid oversight on my part. I did not have "parsing-based proposals" checked uner editor-content assist-advanced-default proposal kinds. Thanks again.