USB and USART1+Flow control simultaneous usage on stm32f107
Translated content.
我在cubemx中同时使能usart1和usb发现有个警告
I enabled usart1 and usb in cubemx and found a warning

usart1的流控被usb的dp和dm复用,但是实际上我是没有开流控的
The flow control of usart1 is multiplexed by dp and dm of usb, but I actually didn't turn on the flow control

为什么同时使用usb虚拟串口和usart1收发数据的时候,发现只要usart1一发送数据,两个串口都没有输出了??
这是为什么呢
Why when using the USB virtual serial port and usart1 to send and receive data at the same time, I find that as soon as usart1 sends data, both serial ports have no output? ?
Why is this?


