Other Parts Discussed in Thread: MSP430F5172, MSP430F2131, MSP430G2553
I have successfully used #if defined __MSP430G2553__ and #if defined __MSP430F2131__ (and others). Now I want to conditionally compile the same code for MSP430F5172 but find that the symbol __MSP430F5172__ is not defined when I set the Project->Options->General options->Device to MSP430F5172. Any idea why not? Is there a list of predefined macros that go with the various processors? Is there a way to display the command line that is used to invoke the compiler?