On 06/03/17 21:53, David W. Schultz wrote: > On 03/06/2017 02:19 PM, Bob von Knobloch wrote: >> Hi David, >> How have you extracted these from the .elf file? > > I didn't. You were talking about the .hex file so that is where I looked. > > The ISRs start out like this: > > __attribute__((wakeup, interrupt(USCI_A1_VECTOR))) void rxISR(void) > Thanks David, I have 2 ISRs in my file. Their .text parts appear in the output, but the appropriate vector entries are missing. The compiler does not make a hex file. This is done by objcopy. Somewhere in your compile command (Makefile?), there is a stanza like "msp430-elf-objcopy -j text -t data -j vectors -O ihex" or similar. This places the vectors in the hex file (or, in my case, it doesn't). If you can find this, I would appreciate a look at it. Regards, Bob
-- The Sun is out, the sky is blue, it's time to drive the MR2. ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users