How to use ADC multi channel (stm32f042g6) - Read 2 or more sensors data (in Different channel) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 4:40 AM
* I want to know how to read 2 or more sensors data in (stm32f042g6) through ADC,
*stm32f042g6-> This is my controller has only one ADC (with 9 channels),
Eg: Suppose Channel No :1 (temp-sensor) Channel No :2 (gas-sensor) connected,
*In this scenario how i read two sensors data at a time (Suggest which method is recommended among poll,interrupt,Dmd)
Examples are recommended,
Solved! Go to Solution.
- Labels:
-
ADC
-
STM32F0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 6:28 AM
Example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 6:28 AM
Example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-26 11:34 PM
Thank you for your quick response.
