Multichannel ADC with DMA on STM32F103

preview_player
Показать описание
This video demonstrates the usage of DMA with scan mode on STM32 to relief the cpu from data acquisition.
Check the full guide from here:
Рекомендации по теме
Комментарии
Автор

I have 2 ADC channel but ı am not sure.
MINC works like this, right?

adc_buffer[0][0] (first conversion)
adc_buffer[1][0] (first conversion)

adc_buffer[0][1] (second conversion)
adc_buffer[1][1] (second conversion)

evrentamircisi