Skip to main content
BBV
Associate II
August 28, 2019
Question

Can NAND flash be used with STM32L475VGT6

  • August 28, 2019
  • 2 replies
  • 707 views

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?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 28, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
BBV
BBVAuthor
Associate II
August 28, 2019

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