Hi everybody!

I am trying to use the ADC on an STM32F427.
I am able to properly register the driver and access the ADC device.

However, I am really confused on the proper use of the driver.
I have 8 ADC-capable pins on my board that I want to read.

I want to achieve the following sequence:
1. Select the desired pin.
2. Trigger a single conversion, and wait for it to finish.
3. Read the result.

What is the correct way to achieve this?

Reply via email to