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 (...