cancel
Showing results for 
Search instead for 
Did you mean: 

DMA configuration for two buffers with MINC

tinkerer_of_universe
Associate II

(STM32F407)
I use an ADC with 2 channels, I should use that way. I want to save the bits separately, like in the example below. How should I configure MINC?

Is MINC working like this?

After the first conversion is complete:

The value of Channel 1 is written to adc_buffer[0][0].

The value of Channel 2 is written to adc_buffer[1][0].

After the second conversion is complete:

The value of Channel 1 is written to adc_buffer[0][1].

The value of Channel 2 is written to adc_buffer[1][1].

also if ı need a extra configuration plesa tell me

0 REPLIES 0