2014-08-31 06:47 PM
2014-09-01 05:21 AM
I would perhaps have approached this differently, but
ADC_RegularChannelConfig(ADC2, ADC_Channel_8, 4, ADC_SampleTime_3Cycles);
ADC_RegularChannelConfig(ADC2, ADC_Channel_9, 5, ADC_SampleTime_3Cycles);
ADC_RegularChannelConfig(ADC2, ADC_Channel_11, 6, ADC_SampleTime_3Cycles);
The indices here need to be 1,2,3
2014-09-01 01:04 PM
Thank you, this working now. Really messed up these indices, but how do you do?