User Activity

Hi,I'am reading data through USART1 and USART2. I am sending the data over USART3 using printf. It works for a while but then stops.Here is my code:FILE *stream; char *buf; size_t len; void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { if (...
Hi,I want to combine NMEA data from two uart and send it from the third uart.Which way I should follow?
Kudos given to