摘要: STM32的PA.8引脚具有复用功能——时钟输出(MCO), 该功能能将STM32内部的时钟通过PA.8输出. 操作流程: 1)、设置PA.8为复用Push-Pull模式。 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8; GPIO_InitStructure.GP 阅读全文
posted @ 2018-12-05 22:05 Ranger_001 阅读(582) 评论(0) 推荐(0) 编辑