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.

CCSv6 "no property named 'devicePinSetting'" error

Other Parts Discussed in Thread: MSP430FR5738, MSP430WARE

Creating new projects in CCSv6, for an MSP430FR5738, I am getting the error,

"no property named 'devicePinSetting'." This is being used in

Resource: .xdchelp; Filename: GPIO.xs -- Line 82

This is in CCS code files for putting setters on the configuration registers -- i.e. not in my code.

I am working on bringing my CCSv5 code into CCSv6. The method I am using is to create a

new project in CCSv6 and moving my main.c, xname.h file into the newly created project.

(I also rewrite the InterruptVectorsinit.c to include my vectors -- not done here yet, not part of the issue)

Then I clean and build the project "xname". The error above pops out.

This may have something to do with no definitions (changes) in the Grace main.cfg file yet.

I am digging into the project code to look for the cause of this error.

Regards,