This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5310 SYS/BIOS Stepping on timer A0

Other Parts Discussed in Thread: SYSBIOS

I have successfully set up PWM on timer A0, and run it as a stand alone piece of code.  However, when I set up A0 for PWM, timer A1 as a periodic timer with interrupt, and make the call to BIOS_start(), the A0 PWM gets changed.  The timer 1 periodic timer continues to function correctly.  I also notice the interrupt vector for timer A0 (53) is populated with a periodic function, but I have nothing like this defined in the configuration.