操作流程
GPIO时钟使能
RCC_APB2PeriphClockCmd([email protected]_GPIOA,ENABLE);
复用外设时钟使能
RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1,ENABLE);
io口初始化
//按外设的GPIO配置,配置GPIO(查表)
GPIO_Init(GPIOA,&GPIO_InitStructure)
原文地址:https://www.cnblogs.com/uestcman/p/9063607.html
时间: 2024-11-01 19:36:36