#pragma vector=TIMERB0_VECTOR
For CC6, I think you need TIMERB1_VECTOR. Once you get there,
if(TB0CCTL6 & CCIFG);
if(TB0CCTL6 & COV);
I think those trailing semicolons will get you into trouble.
#pragma vector=TIMERB0_VECTOR
For CC6, I think you need TIMERB1_VECTOR. Once you get there,
if(TB0CCTL6 & CCIFG);
if(TB0CCTL6 & COV);
I think those trailing semicolons will get you into trouble.