STM32:DMA實例之串口(USART)通訊

硬件平臺:stm32f10xZET6 開發環境:keil MDK uVision v4.10 開發語言:C、ST_lib_3.5固件庫 /* 代碼演示 main.c */ #include "stm32f10x.h" #include "bsp_usart1.h" #include "bsp_led.h" extern uint8_t SendBuff[SENDBUFF_SIZE]; stati
相關文章
相關標籤/搜索