STM32H743 ADC single channel read while multi-channels are configured
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-06 3:51 AM
Hi,
I am using STM32H743 nucleo board. I configured 5 channels of ADC2 , And configured in regular conversion mode (5 ranks). because of constrain i can not disable scan mode.
I want to read one channel at a time, Like in F767 we can disable scan mode and easily can read.
Can anyone please suggest me how to read a single channel at a time?
and how can be equalize the right alignment of F767 in H743?
thanks & regards,
-Shrikant
- Labels:
-
ADC
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-06 5:57 AM
Isn't reading a value from an array sufficiently easy?
Could you use the injected mode?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-11 6:23 AM
Actually with scan mode enable i can not read a single channel at single time. and i have to first enable the sensor then read so array mode is not possible for me.
Old F7 approach was really easy where we can disable scan mode with regular channels configuration.
Can we replicate that same with H743 ?
Or any other approach to read single channel ?
thanks & regards
