Hi,

I am currently developing on a MSP430FG4619.
Recently I switched from the IAR compiler to mspgcc.

Only one problem hit me during this migration: the definition of the
USCIAB0RX_VECTOR.
For msp430x22x2 and msp430x22x4 there is a definition for USCIAB0RX.
For msp430xG461x only USCIRX_VECTOR is defined.

The following definition solved this problem for me:

 #define USCIAB0RX_VECTOR USCIRX_VECTOR


I guess, the same applies for the TX vector (untested).


Maybe this should go into the msp430xG461x.h file?


thanks for your work!
Lars

Reply via email to