GPIO_InitStruct.GPIO_Pin=GPIO_Pin_1;
GPIO_InitStruct.GPIO_Mode=GPIO_Mode_OUT;
GPIO_InitStruct.GPIO_Speed=GPIO_Speed_Level_3;
GPIO_InitStruct.GPIO_OType=GPIO_OType_PP;
GPIO_InitStruct.GPIO_PuPd=GPIO_PuPd_NOPULL;
这些STM32F0的端口配置都是什么意思啊 与STM32F1的区别是什么呀?哪位大神有STM32F0的参考手册或者例程的详细讲解文件,谢谢大家 |