STM32串口接收不定长数据

STM32串口接收不定长数据 1.配置串口web void USART1_Config(void) { //初始化使用的端口 A9->TX A10->Rx //初始化GPIO GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART1_InitStructure; //使能时钟 RCC_APB2PeriphClock
相关文章
相关标签/搜索