2025-04-29 6:36 AM - last edited on 2025-05-06 7:19 AM by Sarra.S
Hi,
I'm using the ADC1 of the STM32H563 and I'd like to configure an offset (64) for all 12 of my analog channels. I'm using GPDMA1 to obtain an array of 1200 values at 100 kHz. When I configure the offset (before starting the conversion), I don't see the offset subtraction :
Here is my configuration:
Can you help me please?
Ghislain
2025-05-22 3:23 AM
Hello @Ghislain_Clement,
Verify ADC Initialization and DMA Configuration.
For guidance, you can refer to ADC and DMA projects available in the STM32CubeH5.
Additionally, here are some corrected and verified links to articles on STM32 ADC and how to use DMA with STM32:
I hope my answer has helped you. When your question is answered, please select this topic as the solution that answered you, as it will help others find that answer faster.
Thanks for your contribution.
Dor_RH