From peter at sensair.com Thu Nov 1 00:16:52 2007 From: peter at sensair.com (Peter Lissenburg) Date: Thu Nov 1 00:30:19 2007 Subject: [Icc-430] Vector addresses for F1232 In-Reply-To: <200709272121.l8RLL1qD068425@dragonsgate2.imagecraft.com> References: <200709272121.l8RLL1qD068425@dragonsgate2.imagecraft.com> Message-ID: <47298B74.4050009@sensair.com> OOPs. Sorry for the trouble. I spotted the problem just after I sent the last! Wrong include file. Sorry for the noise. Peter L. Hi Richard and all, just starting to use the MSP430. Stuck on a simple problem... defining an interrupt routine as #pragma interrupt_handler fred:TIMERA0_VECTOR void fred(void){....} The address of "fred" is being put in 0xffec rather than at 0xfff2 I'm using an MSP430F1232, F1232 is select as the target. What am I missing here? Thanks for any insight. Peter L.