Part Number:MSP430FG4618
Im working on study project. I have MSP430FG4618/F2013 Experimenter Board and i need to control multiplexer with it. Which pins can I use to put them on high and connect to multiplexer. Can it be p2.0, p2.1, p5.6, p5.5, p5.7, p7.0, p7.4, p7.5, pins that are not connected to any other thing, just directly to microcontroller?
To set pin on high should i use this?
P2OUT |= BIT1;
I also need pins to connect external signal for ADC. Can it be p10.6 and p10.7? What code will make ADC work on this pins?