Low-layer driver terminology for ADC
Hi, I am trying to use the ADC on an STM32G030 for the first time using the low-layer drivers. The terminology of the driver documentation has me baffled as it has nothing in common with the '030 Reference Manual (I have to say the Description of STM32G0 HAL and low-layer drivers manual is really horrible documentation, no function index, no way to find a function). Anyway, I want to do something really simple, I have 4 channels I want to convert after a trigger, either software or hardware. I used CubeMx to generate some code but it still doesn't make sense. What are "Ranks"? This term is neither defined or has any reference in the '030 Reference manual. I have looked for some kind of example using the low-layer drivers and so far have come up empty. Can someone point me to some documentation then is understandable to describe what these low-layer driver calls are referring to? Thanks.
