winfenggao ae66e67dee bug:
UART_FLAG_TC 不能在中断里CLEAR;
因为函数 static int stm32_putc(struct rt_serial_device *serial, char c)里发送完成后
while 循环等这个标志退出,中断服务函数CLEAR后,此处进入死循环
2022-08-25 10:25:34 -04:00
..
2022-08-25 10:25:34 -04:00
2021-11-15 15:31:51 +08:00
2021-11-15 11:23:12 +08:00