STM32----------串口通信(USART)
#include "stm32f10x.h"#include "platform_config.h"#include "stm32f10x_usart.h"#include "misc.h"#include "stdarg.h"USART_InitTypeDef USART_InitStructure;uint8_t TxBuffer1[] = "USART Interrupt Ex