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/MSP430F5529: CCS v7.2 / The content assist (code completion) not work (Need Help!)

Part Number: MSP430F5529
Other Parts Discussed in Thread: MSP430WARE

Tool/software: Code Composer Studio

Hi everyone,

I'm the beginner of MSP430, I develop the USB application with MSP430f5529 launch pad & CCS v7.2 (Win7) now.

I follow the MSP430 Design Workshop ( https://goo.gl/rBzsYF ) to learn how to control the MCU.

I found the CCS had the content assist feature (auto-completion) like following graph: (p.5-55)

It is so convenient for search the parameter input of API function in MSP430Ware.

However, my CCS v7.2 can't activate the content assist, even I pressed the "Ctrl + Space".

Auto-completion is like following picture (Python example in my VS Code):


But it is nothing response in my CCS:


Include the hint of function input, variable name and function name.

I also checked the preference of the content assist, it looks like no mistake.

I find the relative issue in the e2e forum https://goo.gl/FxsH13 https://goo.gl/USprmz https://goo.gl/c15qVP .

But I didn't find the useful solution. Anyone can help me?

I always looking for definition of function and parameter by search DriverLib User Guide and head file.

That is sooooo exhausted...

Please help me to enable the content assist, Thanks a lot ~~.