printf usage in stm32
Hi,I am using printf for my application to debug the output using UART.But I am facing the problem. void StartSender1(void const * argument) { /* USER CODE BEGIN 5 */ /* Infinite loop */ for(;;) { printf("Sender1 Sending\n"); osMessagePut(Queue...