cancel
Showing results for 
Search instead for 
Did you mean: 

Examples about USART serial communication (TX and RX simultaneously) with FreeRTOS. I am trying to adapt the examples in documentation (e.g. P-NUCLEO-WB55.Nucleo\Examples\UART\UART_HyperTerminal_DMA) to use them into FreeRTOS task but it is not working.

SCana.1
Associate

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,

1 REPLY 1
Remy ISSALYS
ST Employee

Hello,

You can look BLE_HeartRateFreeRTOS_ANCS application, maybe it can help you to perform USART serial communication.

Best Regards