I am using stm32 nucleo-L552ZE-Q. The ADC reading with the DMA doesn't work
I am trying to read an analog signal from a sensor with the ADC of my board. I set the pins correctly I think ( DMA_continuous_requests enable, circular mode, etc. ) and I started the DMA with HAL_ADC_Start_DMA outside the while(1) loop and I put a b...