cancel
Showing results for 
Search instead for 
Did you mean: 

Sample code for ADC_IN on STM32H735G-DK or similar?

RDans.1
Associate II

I am looking for example code to read from the ADC_IN port on the STM32H735G-DK. I know I need to change a 0 Ohm resistor jumper to use it, but some example code to get me started with it would be helpful. 

1 ACCEPTED SOLUTION

Accepted Solutions
KDJEM.1
ST Employee

Hi @RDans.1 ,

I recommend you to start with ADC_DMA_Transfer example available in STM32CubeH7 package. this example has been tested with STM32H735G-DK board

Note that this sample code shows how to convert an analog input and read the converted data using DMA transfer.

I hope this help you!

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
KDJEM.1
ST Employee

Hi @RDans.1 ,

I recommend you to start with ADC_DMA_Transfer example available in STM32CubeH7 package. this example has been tested with STM32H735G-DK board

Note that this sample code shows how to convert an analog input and read the converted data using DMA transfer.

I hope this help you!

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.