Other Parts Discussed in Thread: MSP430F5438, MSP430F5438A
Hello,
We have a project that has outgrown the MSP430 that we originally selected and I have been tasked with porting to the new device.
My first step was to go to project settings and change the device under the 'General' heading. I then rebuilt and began remapping the I/O. That's when I noticed that, even though the IDE has the new device selected in project settings, it is still pulling in the header file (in ccsbase/msp430/include/) for the old device instead of the header for the new device.
I then grep'd the project directory and discovered that the .ccsproject and the .cproject files still reference the old header.
Are there some other additional steps that I am supposed to do to change devices in an existing project?
Regards,
Mark Rush