标签:code 流程 usart art 端口 init lock cloc tst
RCC_APB2PeriphClockCmd(RCC_APB@Periph_GPIOA,ENABLE);
RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1,ENABLE);
//按外设的GPIO配置,配置GPIO(查表)
GPIO_Init(GPIOA,&GPIO_InitStructure)
标签:code 流程 usart art 端口 init lock cloc tst
原文地址:https://www.cnblogs.com/uestcman/p/9063607.html