STM32串口接收不定長數據

STM32串口接收不定長數據 1.配置串口web void USART1_Config(void) { //初始化使用的端口 A9->TX A10->Rx //初始化GPIO GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART1_InitStructure; //使能時鐘 RCC_APB2PeriphClock
相關文章
相關標籤/搜索