2019-08-28 10:00 AM
I want to used NAND Flash with QSPI interface in STM32L475VGT6. Its not clear in the datasheet if NAND can be used on one page NAND driver shows up on block diagram and another one under the revisions of the part it says NAND has been removed.
Can you please confirm if NAND be used or not?
2019-08-28 10:12 AM
eMMC would be a better choice.
I don't see how it wouldn't work on the same QSPI that works reading/writing NOR Flash devices, the bus and interactions on it are pretty flexible.
Memory Mapped and Execute-In-Place probably aren't viable or desirable.
You'll have to own writing the drivers and doing the block management. Perhaps wire a device of interest to a NUCLEO-144 with QSPI pins exposed and see if you are comfortable with the mechanics of it.
Best to contact FAE assigned to your account directly. Chip level technical staff don't really participate here.
2019-08-28 10:14 AM
Ok thank you Clive for the inputs. I will get in touch with FAE for this regards.