Hi,
In the following code, the sprintf function is to save the decimal point as a string and then print it out through the USART1 serial port.

I consider using an alternative to this function.I plan to use the following way to print floating-point numbers, but DBG_vPrintf function uses the USART0 serial port by default to print, now I want to use the USART1 serial port to print the DBG_vPrintf function, so where do I make changes to complete this task?
