2022-05-12 12:54 PM
My purpose is to be able to send and receive serial communications using USART in asynchronous mode.
When I try to adapt these kind of examples using UART_DMA in FreeRTOS, are not working. I copied the configuration regarding IRQs, DMA and USART inicializations, but it is not working.
Could you please let me know if anyone else have the same problem, or could you provide me any kind of example using UART_DMA and FreeRTOS?
Many thanks,
2022-05-18 05:37 AM
Hello,
You can look BLE_HeartRateFreeRTOS_ANCS application, maybe it can help you to perform USART serial communication.
Best Regards