Hey there, i need someone to help me out PLEASE! the original board was the MSP430F1232 and I want to convert the code to the MSP430F449. I have done good job so far but I'm having a hard time using the ADC12 because the orginal code used the ADC10. I'm having a very hard time understanding how to implement the ADC12. If anyone can help me out, I would greatly appreciate it.
This is the code using the ADC10
while (ADC10CTL & BUSY) {}
ADC10DTCO |= ADC10CT;
ADC10DTC1=3;
ADC10SA = (unsigned int) AdcData;
ADC10CTL0 |=ENC;