STM32 GPIO初始化步驟

1、使能GPIO時鐘:RCC_APB2PeriphClockCmd(uint32_t RCC_APB2Periph, FunctionalState NewState); 參數說明: 例如: 2、設置GPIO參數:輸出OR輸入,工作模式,端口翻轉速率; 3、調用初始化函數:GPIO_Init(GPIO_TypeDef* GPIOx, GPIO_InitTypeDef* GPIO_InitStruc
相關文章
相關標籤/搜索