Hi,I am new to DMA interfacing on the STM32 Nucleo C031C6T6 board. I am trying to send ADC conversion data to UART using DMA. I have tested the code in debugging mode, and after calling the HAL_ADC_Start_DMA() function, the program control seems to g...