Other Parts Discussed in Thread: MSP430G2452, MSP430G2231, MSP430F5529
i replaced the code in my launchpad with the blinky project designed for the msp430. that went as planned. i now want the code that came with the launchpad back in there. i have downloaded the project from the wiki. i cannot compile it. i get the error:
identifier "TIMERA0_VECTOR" is undefined MSP-EXP430G2-Launchpad main.c line 239 1311789485899 7329
identifier "TIMERA1_VECTOR" is undefined MSP-EXP430G2-Launchpad main.c line 269 1311789485899 7330
i have included in the project "msp430g2452.h" as that is the processor that came with my launchpad. the errors make sense, since those two identifiers are not in that .h file. i do not know which .h file to use however.
thanks