I have a couple of projects that I started working on in CCS using the ez430F2013, but I like to switch to using a G2452 on a Launchpad. I've changed the device from F2013 to G2452 in the project properties and changed the include directive in the source code, but I get several unresolved symbol errors for things like BCSCTL1, DCOCTL, WDTCTL, etc. whenever I build the project. In the project explorer, I see that lnk_msp430f2013.cmd is still listed instead of lnk_msp430g2452.cmd. Am I missing an extra step? In general, how does one go about moving a project from one MSP430 type to another? Is t