Skip to main content
Visitor II
October 18, 2024
Question

DMA configuration for two buffers with MINC

  • October 18, 2024
  • 0 replies
  • 505 views

(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

    This topic has been closed for replies.