2021-10-26 03:43 AM
Hi, In STM32746 discovery, We are using external flash memory in memory-mapped. My doubt is that all external flash memory supports memory-mapped mode or few specific? Can I use MX35LF1GE4AB in memory map mode?
2021-10-26 06:55 AM
It's not the memory chip that is supporting this mode, it's the microcontroller translating things for you. Any chip which is supported by the FMC will be able to be memory mapped.
2021-10-26 08:45 AM
@TDK Thanks for the reply. With QSPI flash also we can do memory-mapped (not sure about spi).
2021-10-26 09:36 AM
QUADSPI memory can also be memory mapped.
SPI memory cannot, unless there's a compatible QUADSPI mode for them, which might be the case, not sure.