Skip to main content
Shrikant Patel_2
Associate
September 6, 2018
Question

STM32H743 ADC single channel read while multi-channels are configured

  • September 6, 2018
  • 2 replies
  • 801 views

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

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 6, 2018

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

Could you use the injected mode?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Shrikant Patel_2
Associate
September 11, 2018

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