Use UART DMA with X-CUBE-CELLULAR
Hi everyone,I am using X-CUBE-CELLULAR v6.0 and would like to use DMA on UART to replace the original interrupt receiving method. The original method is calling IPC_RXFIFO_writeCharacter() in HAL_UART_RxCpltCallback() and notify upper layer when an...