写时序参数
经过对比时序图,我觉得写时序2和读时序2与STM32的MODEA比较匹配,如图
问题一:为什么网上的代码和AN2784都是采用MODE1,而不是MODEA?它们时序图不一样,手册里也写了The differences compared with mode1 are the toggling of NOE and the independent read
and write timings.MODEA和MODE1的区别在于NOE引脚的变化,而MODE1里,NOE是没变化的。对比如如下:
1、我看的是 高级篇例程(裸机)V5-104外部SRAM访问例程,
FSMC_NORSRAMInitStructure.FSMC_ExtendedMode = FSMC_ExtendedMode_Disable;
扩展模式是disable,那就没有mode A B C D了,而是mode1 2。根据MYTP位,应该是mode1。