RCC_APB2Periph_GPIOB,ENABLE);//使能PA,PB,PD端口时钟 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_0|GPIO_Pin_1//管脚选择,PB0.1.5.9 |GPIO_Pin_5|GPIO_Pin_9;GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP; //推挽输出 GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//IO口...