stm32f103 USART串口简单实现

(基于奋斗stm32_v5开发板)ui 一、建立工程并编写C程序spa #include"stm32f10x.h" #include"stdarg.h" void USART1_Config() { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; /* 使能USART1的时钟 */
相关文章
相关标签/搜索