Skip to main content
Visitor II
May 7, 2025
Question

STM32H563 DMA Issue

  • May 7, 2025
  • 1 reply
  • 457 views

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? 

    This topic has been closed for replies.

    1 reply

    Super User
    May 7, 2025
    Visitor II
    May 15, 2025

    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?