Skip to main content
Associate III
April 17, 2024
Solved

Multi ADC in parallel

  • April 17, 2024
  • 2 replies
  • 1206 views

Hi, I'm using  multi channels ADC3 of "STM32H735ZGT6" (3channels)

 

I want to use these channels in parallel, but I've only found a way to convert in order in the Datasheet.

Can I run all the ADC3's channels at once in parallel?

If that is the case, can I get a reference manual or some advice?

If you want to see my CUBEMX or Code, Please tell me.

 

Thank you.

This topic has been closed for replies.
Best answer by GwenoleB

Hello @giwonKIM,

ADC3 (in addition ADC1/2) does not allow parallel conversion. 
You can only configure a sequence of channel rank to chain them. Or, if you absolutely need to convert them in parallel, use 1 ADC per channel.

I hope it answers to your question.

Kind regards,

Gwénolé

 

2 replies

GwenoleBBest answer
ST Employee
April 18, 2024

Hello @giwonKIM,

ADC3 (in addition ADC1/2) does not allow parallel conversion. 
You can only configure a sequence of channel rank to chain them. Or, if you absolutely need to convert them in parallel, use 1 ADC per channel.

I hope it answers to your question.

Kind regards,

Gwénolé

 

giwonKIMAuthor
Associate III
April 18, 2024

giwonKIM_0-1713486800514.png

I organized 3 channels of ADC3 like this picture.

As you said, do you mean you can't convert 3 channels (IN0,IN1,IN10) at the same time and can do it in order?

 

If so, should we use each channel of 3 ADC blocks (ADC1, ADC2, ADC3) as shown in the picture below to convert at the same time?

화면 캡처 2024-04-19 094322.png

giwonKIM_2-1713487441327.png