Can i interface two different analog inputs to single pin(which is having two different ADC channels assigned ) of multi mode ADC in the STM32f205ZCCTTR. Can i scan those two with help of multimode ADC of STM32.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-20 12:23 AM
If can, please share the physical connection diagram (two Analog voltage sources to single pin micro controller ) and sample code for that.
Solved! Go to Solution.
- Labels:
-
ADC
-
STM32F2 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-20 12:46 AM
If I understand the question correct ...
Not at the same time. You would have to re-initialize the other setup each time you want to read the other channel.
If you short on pins, consider an external analog multiplexer. Similar to the 4067 / 74HC4067 CMOS device: https://en.wikipedia.org/wiki/List_of_4000-series_integrated_circuits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-20 12:46 AM
If I understand the question correct ...
Not at the same time. You would have to re-initialize the other setup each time you want to read the other channel.
If you short on pins, consider an external analog multiplexer. Similar to the 4067 / 74HC4067 CMOS device: https://en.wikipedia.org/wiki/List_of_4000-series_integrated_circuits
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-21 12:18 AM
Thanks for response...
