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
相关文章
相关标签/搜索