Transfering data through Hal_Uart_Transmit is working fine but using printf the output printed is garbage.
MCU: Stm32f103c8t6i want to use Printf in my CodeCurrently i am using Hal_Uart_transmit to send data this Data when printed is correctly displayedI wanted to add printf so i have added the following to my codeBut when i use printf to send data the da...