cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H743 ADC single channel read while multi-channels are configured

Shrikant Patel_2
Associate II

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

2 REPLIES 2

Isn't reading a value from an array sufficiently easy?

Could you use the injected mode?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Shrikant Patel_2
Associate II

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