cancel
Showing results for 
Search instead for 
Did you mean: 

ADC WITH MULTIPLE CHANNELS IN STM32H503

Singh_t
Associate II

HI

Can anyone have example how to configure and use multiple ADC channels in STM32503 microcontroller.

i have seen in a video to use DMA, but how to configure and use it.

anyone please suggest and help.

1 REPLY 1
TDK
Guru

Here is an example project that uses the ADC and DMA to convert multiple channels:

STM32CubeH5/Projects/NUCLEO-H533RE/Examples/ADC/ADC_MultiChannelSingleConversion/Src/main.c at a6a936dfaf382c83b73be5e46c3c1c28e8d0caa0 · STMicroelectronics/STM32CubeH5 (github.com)

If you feel a post has answered your question, please click "Accept as Solution".