cancel
Showing results for 
Search instead for 
Did you mean: 

Can NAND flash be used with STM32L475VGT6

BBV
Associate II

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?

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
BBV
Associate II

Ok thank you Clive for the inputs. I will get in touch with FAE for this regards.