其他分享
首页 > 其他分享> > STM32 remap

STM32 remap

作者:互联网

 

PB3.4做GPIO用时需要重映射

 

 

RCC_APB2PeriphClockCmd( RCC_APB2Periph_AFIO | RCC_APB2Periph_GPIOA | RCC_APB2Periph_GPIOB, ENABLE);

GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE);

标签:GPIOB,remap,ENABLE,STM32,GPIO,APB2Periph,RCC
来源: https://www.cnblogs.com/buckm/p/15386988.html