MSP430, gcc -> IAR



I'm an experienced C/C++ programmer, but very new to Embedded programming.

I've bought the TI Flash developers kits that include the IAR compiler. I
have some existing msp430gcc code, but there are some differences -
particularly in how interrupts are declared.

The issues I need to resolve:
1) some of my interrupt routines are declared as "wakeup". It's unclear
to me how to handle these in IAR.
2) the IAR compiler can't find the _reset_vector__(). do I replace it
with "RESET_VECTOR" ?

--
-------------------------------------------------------------------------
Free software - Baxter Codeworks www.baxcode.com
-------------------------------------------------------------------------



.