Dear All,I am doing my frist project on using the MSP430 to read data from a parallel ADC. I know C and C++ , however, I found that there is a little bit different with the MSPGCC and GCC. Can you tell me where can I find books / document taking about the MSPGCC?
I need the explanation of some strange operators such as, P1OUT |= 0x00
or P1OUT = (1<<i) | (0x80>>(o&7)); Thanks, Marquis