Other Parts Discussed in Thread: MSP430F5438, MSP430F5529
I'm trying to run TI_RTOS on an msp430f5438. I start from the '5529 code (which I have running fine on a 5529 launchpad). When I run the code, it goes into an infinite loop in the 54 interrupt vector. On a '5438, that is the would be the "TA0 TA0CCR0 CCIFG0" vector. On the 5529, the vector for the timer would be 53 and sure enough, there is handy code to handle vector 53. So when HwiFuncs.c is generated, the timer ISR is put on the wrong vector.
Very similar to the problem four years ago:
I've tried to find where that vector is selected to no avail. I can use the hack with the linker to move the vector but is there a better solution?
PS. I'm using the ADC12 and it also changed vectors. But since I set the value for the vector, it was trivial to fix.

