cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H563 DMA Issue

Burak_Duzgun
Associate

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? 

2 REPLIES 2
TDK
Super User

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".

I have progress but done yet, is there any LL driver example about ADC1 reading that ADC is trigered by TIM6 TRGO and get ADC data via GPDMA1?