Skip to main content
khaled limem
Associate
April 29, 2019
Solved

FSMC on STM32F407xxxx According to the datasheet and the picture .. Is That mean that I can interface an external SRAM of 256 MB and a NAND Flash of 512 MB as a maximum size ?

  • April 29, 2019
  • 1 reply
  • 2034 views

0690X000008B2UwQAK.png

This topic has been closed for replies.
Best answer by Tesla DeLorean

No, it means you can have at least two NAND devices, which access blocks like a hard drive and can be VERY large, ie hundreds of GB if you find the right parts and write the drivers.​

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
April 29, 2019

No, it means you can have at least two NAND devices, which access blocks like a hard drive and can be VERY large, ie hundreds of GB if you find the right parts and write the drivers.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
April 29, 2019

One could also sub-divide the decoding within the bank to allow for more devices.

Current trends however are towards using eMMC devices via the SDIO/SDMMC interfaces, which both reduces the pin count, and standardizes the land pattern for the memory devices. It also simplifies/offloads the complexity of block management, correction, etc to the eMMC controller on the memory chip.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
khaled limem
Associate
April 29, 2019

Ok Thanks. I need to add a 16 Gbyte NAND memory for my PCB that contains STM32F407VGT6

to use it to store data in an industrial application.