STM32串口USART用法的進階(HAL庫版本)

基礎發送:數組 uint8_t ch=0xAb;//1 函數 uint8_t aRxBuffer[]="hello GKoSon\r\n";//2優化 HAL_UART_Transmit(&huart1, (uint8_t *)&ch,       1, 0xFFFF);//3 ui HAL_UART_Transmit(&huart1, (uint8_t *)aRxBuffer, 10,0xFFF
相關文章
相關標籤/搜索