Other Parts Discussed in Thread: MSP430F2013
CCSV4: trying demo code msp430x20x3_sd16A_01.c. very hard to find some definitions ... tried searching with IDE tool, scattered include files, ASM and compiler guides, etc.
e.g. in the statement : _BIS_SR(LPM0_bits + GIE);
i believe it means set the status register bits .... GIE was clearly found in msp430x2xx family user guide.pdf.
cannot find definition of LPM0_bits .... how to find?
tool needs a wizard to locate any constant definition, or library declaration reference.