The following appears to have been left from some of the include files 1. msp430x41x.h should have #include <msp430/compa.h> as the 41x series has the comparator. 2. io.h does not have the 11x2 micros and as such there is no msp430x11x2.h file (same as 12x2 file with the usart and port3 removed). ie #elif defined(__MSP430_1122__) || defined(__MSP430_1132__) #include <msp430x11x2.h>
The compiler also does not pass the micro name through to io.h if msp430x1132 is used and io.h had been modified as above (io.h spits back the warning Unknown arch! Please check). Please confirm. Regards, Phil Hancock