I have a STM32L011-Nucleo board, and I'd like to make a simple code to read two ADC channels independent to the main code (interrupt or DMA mode).HAL library is a bit confusing for me so I'd be glas to see the right set of functions to use.So first I...