I am writing a boot loader for the MSP430F47176. The vector table has space for 32 ISRs. The documentation only talks about 16 ISRs. The header msp430x471x6.h has vector definitions for 17 ISRs but they are offset suggesting that there are another 15 ISR somewhere.
My boot loader needs to map the ISR routines through to the loaded application.
I am confused! How many ISR's are there? How many are used?