Other Parts Discussed in Thread: MSP430WARE, MSP430FR5989
Tool/software: Code Composer Studio
Hello all,
I am currently trying to use code from a design reference (programmed for the MSP430FR5989 chip) on an MSP430FR5962. I have gone through all of the files and changed all of the GPIO pins and peripheral settings to match the MSP430FR5962 rather than the original MSP430FR5989. In CCS 7.2.0, I created a new CCS Project and copy/pasted all the files into the project directory as well as the driverlib folder (was having difficulties with msp430ware). I then went to project properties and included the search path for the driverlib folder. When I try to build, I get a bunch of errors and warnings indicating undefined references that are defined in the driverlib files. The warnings seem to indicate contradicting definitions between the driverlib files and the msp430 include files. When I build similar code for the original MSP430FR5989, I don't run into significant issues like these: attached are the error and warning messages. Any help would be much appreciated!