Multiple ADCs and GPIOs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 8:57 AM
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 ?
Solved! Go to Solution.
- Labels:
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 9:16 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 9:16 AM
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-15 10:47 AM
Perfect Thank you Sarra!
