2025-05-07 6:38 AM - last edited on 2025-05-07 9:12 AM by Peter BENSCH
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?
2025-05-07 8:22 AM
Here is an example which uses the DMA to transfer ADC readings.
2025-05-15 7:41 AM
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?