STM32之USART串口接收數據處理

//原帖http://bbs.elecfans.com/forum.php?mod=viewthread&tid=445463 php //在學習過程當中發現幾處編譯錯誤,並改正;緩存 //主要貼出定義、和中斷函數部分;函數 uint8_t usart_rx_buf[5][40];    //接收緩衝,最大40個字節 uint8_t usart_rx_temporary[40]; //數據保存暫存
相關文章
相關標籤/搜索