Where in the documentation or in which file can I find all the vector calls for my part? For example
#pragma vector = USCI_A0_VECTOR
__interrupt void USCI_A0_ISR(void)
I found this because it was an example in the manual but what about a full list of them? I have a reset occuring when I get an interrupt from one of my capture compare registers because I am obviously not using the correct vector pragma call. Please advise.
TB0CCTL1 |= CCIE; followed by an interrupt is going off to a vector address but I don't know where and to what.
Thanks