Dear Wizards,
I am using: Code Composer Studio Version: 5.1.0.09000
SYS/BIOS 6.32.5.54
XDCTools 3.22.4.46
Timer A/TACCR0 in the MSP430F2618 uses interrupt 25
and Timer B/TBCCR0 uses interrupt 29.
As the debugger disassembly shows, these interrupts are hooked to vectors 9 and 13. The linker file has all the vectors accounted for. The map file shows vectors 15 to 30 not being used. In my .cfg file this line appears:
var myTimer = Timer.create(0, '&myTickFxn', timerParams);
My questions are: How do I get the interrupt vectors and ti_sysbios_family_msp430_Hwi() functions to be correct?
Thanks,
Fred