I am coding MSP430F5659 using CCS5.5 and I am getting some errors below:
The first one is 'Unresolved inclusion "drivelib.h"'. But it does use the file an compiles fine.
The second one is the Syntax error for the isr, line 6 read the following:
__interrupt void USCI_A2_ISR(void) {
Why would it not not recognize the interrupt? The problem is, the project compiles fine but it never does enter the ISR.
Any help would be appreciated
