2023年11月06日 stm32串口打印(Usart_Printf)时使用DMA int Usart_Printf(const char *fmt,...) { while(transmission_flag==0); va_list ap; int n;