Tool/software:
In Code Composer I am trying to locate where the possible interrupt vectors are located. I have code that works fine, I was just curious to poke around and I tied to do a search for:
#pragma vector=PORT2_VECTOR.
My code works, but I cannot find in Code Composer where is the Text "PORT2_VECTOR" located?
or another example is
"#pragma vector=USCI_B0_VECTOR"
where is the Text "USCI_B0_VECTOR" located?