I'm not experienced in STM32 FSMC but looking to the ST documentation I guess Mode 1 is the default mode if Extended mode is not enabled (ie :EXTMOD bit is not set). Cheers.
No. the mode 1 and 2 are different. The extended mode is not enabled in case of mode 1 or 2.
- Mode 1 is the default mode when SRAM/CRAM memory type is selected ( Bits 3:2 MTYP = 0x0 /0x01 in FSMC_BCRx register) - Mode 2 is thde fault mode when NOR memory type is selected ( Bits 3:2 MTYP = 0x10 in FSMC_BCRx register) In both cases the extended mode is not enabled. Cheers, ;)