问答

汇集网友智慧,解决技术难题

21ic问答首页 - TAG - FMSC
  • STMf407 片外sram的IO口初始化问题 sos

    GPIO_Initure.Pin=GPIO_PIN_0|GPIO_PIN_1|GPIO_PIN_4|GPIO_PIN_5|GPIO_PIN_8|\GPIO_PIN_9|GPIO_PIN_10|GPIO_PIN_11|GPIO_PIN_12|GPIO_PIN_13|\GPIO_PIN_14|GPIO_PIN_15; GPIO_Initure.Mode=GPIO_MODE_AF_PP; //推挽复用 GPIO_Initure.Pull=GPIO_PULLUP; //上拉 GPIO_Initure.Speed=GPIO_SPEED_HIGH; //高速 GPIO_Initure.Alternate=GPIO_AF12_FSMC; //复用为FSMC HAL_GPIO_Init(GPIOD,&GPIO_Initure); //PE0,1,7~15 GPIO_Initure.Pin=GPIO_PIN_0|GPIO_PIN_1|GPIO_PIN_7|GPIO_PIN_8|GPIO_PIN_9|\ GPIO_PIN_10| GPIO_PIN_11|GPIO_PIN_12|GPIO_PIN_13|GPIO_PIN_14|\ GPIO_PIN_15; HAL_GPIO_Init(GPIOE,&GPIO_Initure); //PF0~5,12~15 GPIO_Initure.Pin=GPIO_PIN_0|GPIO_PIN_1|GPIO_PIN_2|GPIO_PIN_3|GPIO_PIN_4|\ GPIO_PIN_5|GPIO_PIN_12|GPIO_PIN_13|GPIO_PIN_14|GPIO_PIN_15; HAL_GPIO_Init(GPIOF,&GPIO_Initure); 请问[backcolor=rgb(232, 232, 232)][font=Tahoma, "][size=15px]这里为什么只复用了12个IO口,下面的其他IO口不应该都设为复用fmsc吗?[/size][/font][/backcolor]

    stm32f407 FMSC

    589浏览量 0回复量 关注量