Part Number: MSP430FR6045
Other Parts Discussed in Thread: MSP430FR6047
Hi,
I'm testing USS_Water_Demo project.
I use the MSP430FR6045, so I changed the device setting from FR6047 to FR6045 in project properties.
Also, I modified lnk_msp430fr6045.cmd to be like lnk_msp430fr6047.cmd
But compile warning is occurred.

When I removed uss_config { } in cmd file, warning is not occurred using CCS Version: 11.0.0.00012
But CCS Version: 10.4.0.00006 is no problem.

The automatically linked cmd file versions are v1.211 (CCS v10) and v1.212 (CCS v11).
I modified this automatically linked cmd file and compiled using ccsv10 and ccsv11.
Could the warning be version related?
Could I remove the USS_config in cmd file?