STM32笔记---USART3配置及收发数据
前段时间某个项目需要多串口收发数据,因此尝试了一番,参考了正点原子官方例程,现在记录下代码:USART3.c中先添加头文件:#include "sys.h"#include "usart.h" #include <stdarg.h>#include "stdio.h" #include "string.h"并定义://串口接收缓存区 u8 USART3_RX_BUF[USART3_