Question
STM32F0 ADC DMA or Not DMA
Hello. I am making software with STM32F030CCT6 processor. I am trying to make ADC with or without DMA. I always face this problem in F0 series. I can read only one channel. When it switches to multi-channel, it transfers data from a single channel to all channels. In the STM32F4 series, we could choose the rank in the settings. So it was easy to run DMA. You can't choose rank on this one. How to read multiple ADCs in F0 series Can you help with the HAL library?
