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的時鐘 */
相關文章
相關標籤/搜索