调试中遇到的实际问题:设置一个GPIO口为普通的IO,驱动一个LED,设置模式为GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;程序不能正常运行,LED不变化。 设置模式为GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;程序正常运行。