STM32F103C8Tx ADC count
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 03:49 AM
Hello for my project I need 10 diffrent ADC's. I am planning to use STM32F103C8Tx for this project. In the dahasheet of it, "There are 2 ADC's with 16 external channels are available" information was given. So what I want to know is that, what is the difference between having 16 different ADC's and having 2 ADC's with total 16 external channels. So can I use each different channel as a seperate ADC? Is it possible to tie different lines and use them as different "voltage sensors" ? Thanks beforehand.
- Labels:
-
ADC
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 04:11 AM
If you read the ADC section of the reference manual, you will understand:
https://www.st.com/resource/en/reference_manual/cd00171190.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 04:14 AM
@Ozone I have read it. So the only difference is we cannot do simultaneous conversions while using different channels of the same ADC. Am I right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 12:35 PM
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 09:35 PM
Thank you both.