I looked at KickStart downloaded from TI. It includes two header files for MSP430FG4619. One is called msp430xG46x.h. The other is called io430xG46x.h. Both of them defined USCIAB0RX_VECTOR.
Lars Kruse <[email protected]> wrote: Hi, any comments regarding the issue below? Or do I misunderstand something? > 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 > > Maybe this should go into the msp430xG461x.h file? thanks for your time, Lars ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search.
