2017-12-16 01:38 PM
The Dual bank mechanism works by switching internal flash banks while code address stays the same. How to extend this mechanism to two external QSPI flashes operating in XIP mode?
Is gating QSPI chip select using a GPIO pin to select the desired QSPI flash the only way? or the QSPI flash's address in memory space can be remapped?
2017-12-16 10:34 PM
How about using 2 GPIO having the same alternate function chip select pins, or clock pins?
This is similar to the I2C EEPROM playing with their slave address select pins or SPI NSS in parallel mode.
2018-03-04 08:25 PM
Dual QSPI Flash will be combine to odd even address in STM32 MCU view point.
One QSPI Flash store odd address data & the other one store even address data.