cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H563 DMA Issue

Burak_Duzgun
Visitor

Hi,

I'm trying to implement read ADC1 value triggered with TIM6 then write it via DMA(GPDMA1 CH0). I created CubeMx project and generate code accordingly (Using LL driver). But I can't enabled DMA channel. Is there any code example about it? 

1 REPLY 1
TDK
Guru

Here is an example which uses the DMA to transfer ADC readings.

STM32CubeH5/Projects/NUCLEO-H533RE/Examples/ADC/ADC_MultiChannelSingleConversion/Src/main.c at 047a3e84bc870a5609d2f9f38c74caf20d033403 · STMicroelectronics/STM32CubeH5

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