Part Number: MSP430FR2475
Tool/software: Code Composer Studio
I am programming with msp430fr2475 using driverlib, and I have problems with interrupt vectors. I am using CCS v9.2.
Apparently the compiler looks for the interrupt vectors in the legacy.h file, but not all vectors are defined there, for example the "timer A" vectors.
So the compiler throws me the "expected an identifier" error.
I tried to define the missing vectors in the legacy.h file, but it didn't work.
I've never had problems with interruptions before, it's the first time I use CCS v9.2, since I had been using CCS 6.2.
In the msp430fr2475.h file all vectors are defined. But I don't know how to use it.
Can you help me please?