Posted on May 12, 2007 at 09:37Look at this code in adc12.h: inline void ADC12_ChannelSelect(ADC12_Channels ADC12_Channel) { /* Update the CSR by the value of the selected channel */ ADC12->CSR |= ADC12_Channel; } It's impossible to select channel...