FMC with NOR FLASH memory
Hi,
I'm trying to reserve the pins for FMC that would be connected to NOR FLASH. The STM32CubeMX will give me some of the pins, mainly the data lines (FMC_D0:FMC_D15) for 16 bit data.
Since the reference manual states that FMC has to be configured after reset, I have to manually pick the address pins (FMC_A0:FMC_A25).
Couple of questions regarding this, as I did not find these questions from the documentation:
- Do I have to pick any other pins manually?
- What is the difference in nomenclature with FMC_AD6 and FMC_D6 as they are tied to the same pin?
- Am I correct to assume that the FMC connected memory is memory mapped and I'm able to read and write to it during execution? I just want to make sure as this is not the case with QSPI in memory mapping mode.
Thank you!
-Tero
