STM32 fail to receive data with DMA under RTOS
Hi guys,
On STM32H7, try to receive data with UART in DMA normal mode under FreeRTOS, Tx works OK but receive nothing with keli5 (CubeMX setting as reference )
I use HAL library,also tried LL library but not working.
Already checked DMA is initialized before UART, no access to RTOS semaphores/queues, and use UART Tx in only one task.
Any suggestion?
The link contains my code
https://drive.google.com/drive/folders/1zbQeSjJ21GSl_MLdOm8hokdCSkUVaVTA?usp=share_link
#[STM32 MCUs] #DMA #RTOS #[UART/USART]
