Is it possible to use STM32H750VB with two QSPI Nor Flash in Memory Mapped & Read/Write Mode
Hi, i want to use STM32H750 with two QSPI Nor flash (W25Q128JV).
Purpose of one of them is store static libs and constants. So i will use in memory mapped xip mode. The other one is using in read/write mode for store data.
Before, i have used both of flash in dual mode and memory mapped mode but i couldn't write anything when using in memory mapped mode. So I thought to use both separately.
So is it possible when i'm using one flash in memory mapped mode and the other is in read/write mode ?
MCU and Flash connection is like that;
Quad SPI Mode (IO0..IO4), SDR, seperate nCS and data lines, use same clock.
