How to send and receive message through UART interrupt or DMA?
< What I want to do? >Send string messages(AT command) from STM32 microcontroller to LTE module through UART, receive the reply, and store the received data in a string variable. I tried HAL_UART_Receive function and it works. However, it doesn't com...