how to use ADC in discontinuous mode without HAL?
I am trying to use the ADC without using HAL (except for in the setup) on a STM32F031K6, using cubeIDE. Im using the ADC in discontinuous mode - as far as I can tell, the sequence of events should be - ADC is setup, then enabled with ADEN - ADC star...