STM32的複用功能——時鐘輸出(MCO)

STM32的PA.8引腳具備複用功能——時鐘輸出(MCO), 該功能能將STM32內部的時鐘經過PA.8輸出. 操做流程:    1)、設置PA.8爲複用Push-Pull模式。     GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8;     GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;     GPIO_I
相關文章
相關標籤/搜索