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/MSP430FR6047: Problem to Changed USS demo program from fr6047 to fr6045.

Part Number: MSP430FR6047
Other Parts Discussed in Thread: MSP430FR6045,

Tool/software: Code Composer Studio

Hello, I want to use USS Demo Program with msp430fr6045.

So, i changed variant value in project property from fr6047 to fr6045.

When i did that, the warning pop up. like this

To remove the warning, 

Copy the usslib related values from the existing lnk_msp430fr6047.cmd file,

The warning has disappeared when copied to lnk_msp430fr6045.cmd.

like this code.

VERSION : origin = 0x23FF0,length = 0x0008
LIB_VERSION : origin = 0x23FF8,length = 0x0008

.version : {} > VERSION
.libVersion : {} > LIB_VERSION

I am not sure if this method is correct.

Could this be a problem?

**Attention** This is a public forum