Skip to main content
Associate II
November 15, 2023
Solved

Multiple ADCs and GPIOs

  • November 15, 2023
  • 1 reply
  • 968 views

Hi, I am trying to set 4 ADC in single-ended modes with a minimum of 26 GPIOs which will be used in inputs or outputs, the thing is I have a lot of conflict with the ADC. I have the yellow warning sign even if there are all green is that an issue even if I selected the ADCy_INx pin which are not in red or yellow in the configuration menu? For me it seems like it wont be a problem except that I'll be limited in the ADC pins i want to use.

Am I right ?

This topic has been closed for replies.
Best answer by Sarra.S

Hello @Vueko 

>>For me it seems like it won't be a problem except that I'll be limited in the ADC pins i want to use.

Your understanding is correct 

STM32CubeMX may generate warnings about potential conflicts to just indicate that you can't use all the features the peripheral has to offer because some of your other choices would conflict with it

1 reply

Sarra.SBest answer
ST Employee
November 15, 2023

Hello @Vueko 

>>For me it seems like it won't be a problem except that I'll be limited in the ADC pins i want to use.

Your understanding is correct 

STM32CubeMX may generate warnings about potential conflicts to just indicate that you can't use all the features the peripheral has to offer because some of your other choices would conflict with it

VuekoAuthor
Associate II
November 15, 2023

Perfect Thank you Sarra!