STM32MP1 QUADSPI interface: NorFlash and NandFlash
Hello,
I'm designing a board based on STM32MP1 and it's my first time using QUADSPI.
I need to boot on a NorFlash (MLO + U-boot), and my Linux filesystem will be on a NandFlash.
Those constraint come from the fact that on my previous system (based on a TI MPU), I was using a NorFlash in classic SPI and NandFlash with a parallel bus. I need and I want to keep this "organization".
I was wondering if it was possible to put then both on QUADSPI using the reference design shown in AN5031 Figure 40 (page 65) :
Are there any recommendations to achieve this? Have you already tried this configuration (NorFlash and NandFlash on QUADSPI) ?
If I'm right, as I will be booting from the NorFlash, I need to put in on the bank 1.
For information, when kernel will be running (so from NandFlash), access to the NorFlash will be very limited, no to say very rare.
Thanks for your help,
CBL
