cancel
Showing results for 
Search instead for 
Did you mean: 

Acquisition in nine analog channels using the ADC1, ADC2 and ADC3 with DMA.

pcdamata
Associate
Posted on September 01, 2014 at 03:47

The original post was too long to process during our migration. Please click on the attachment to read the original post.
2 REPLIES 2
Posted on September 01, 2014 at 14:21

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
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
pcdamata
Associate
Posted on September 01, 2014 at 22:04

Thank you, this working now. Really messed up these indices, but how do you do?