STM32的FSMC的扩展模式具体指的是什么?
以下理解正确吗?
1. F103参考手册有下图所述,意思是说禁止扩展模式之后“只能”使用模式1和模式2,使能扩展模式后"最多"可以混合使用四种模式(模式A,B,C,D)?
2. 因此如果我们要使用模式A,必须使能扩展模式?
3. 即使使用模式A访问SRAM, FSMC_NORSRAMInitTypeDef 结构体中的下面两个时序结构体的参数也可以一样?
FSMC_NORSRAMTimingInitTypeDef* FSMC_ReadWriteTimingStruct; /*!< Timing Parameters for write and read access if the Extended Mode is not used*/ FSMC_NORSRAMTimingInitTypeDef* FSMC_WriteTimingStruct; /*!< Timing Parameters for write access if the Extended Mode is used*/
一周热门 更多>