Resolved! USART with DMA circular buffer transfer only the first byte
Hello,I have to transfer the bytes received from UART2 to the circular buffer via DMA. The microcontroller I am using is STM32L010F4 with LL instead of HAL.When I send a sequence of bytes to UART2 I notice that only the first byte is loaded into the...