Skip to main content
Associate
January 31, 2024
Solved

How can configure ADC in STM32H series of EVk??

  • January 31, 2024
  • 2 replies
  • 990 views

I wanted to configure the ADC in the H series EVK but couldn't find any resources to configure it, can anyone let me know how to do it??

Best answer by STTwo-32

Hello @Akshay_ and welcome to the ST Community :smiling_face_with_smiling_eyes:.

I suggest you start from one of the examples in the STM32CubeH7 (or H5 depending on the board that you are using). Then, you can adapt the example to your needs. 

Best regards.

STTwo-32. 

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
January 31, 2024

Hello @Akshay_ and welcome to the ST Community :smiling_face_with_smiling_eyes:.

I suggest you start from one of the examples in the STM32CubeH7 (or H5 depending on the board that you are using). Then, you can adapt the example to your needs. 

Best regards.

STTwo-32. 

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.
Andrew Neil
Super User
January 31, 2024

@Akshay_ wrote:

I wanted to configure the ADC in the H series EVK 


The way to configure it will be the same irrespective of what board it's mounted on.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.