2017-08-05 10:12 PM
Hi all. I'm newbies for STM32F7xxx. How many Mb for NOR/NAND Flash can use with STM32F746ZG, Quad-SPI? Thank you.
#NOR/NAND Flash Q-SPI
2017-08-06 02:26 AM
Hmm on the discovery the serial flash is fixed and sdio signals may not be accessible to plug other memories. For the chip itself, i guess that any size would work as the commands pass a 32 bit base address. Compared to usdcard qspi hw maps the serial memory within the stm32 memory space in read mode, enabling full hw management, xip and dma, dma2d access.
2017-08-06 06:19 AM
As I recall the decode window is 256MB (0x10000000). The limit on QSPI is no doubt in one of the manuals, and likely comes from either the address/command sequence used, or the address constraint just mentioned.
NAND only needs a few address lines, it behaves like a hard drive or mass storage device, so hundreds of GB, accessed via a window, and not providing execute-in-place.
2017-08-08 08:10 PM
Thank you
2017-08-14 03:39 AM
Hi
Threesinghawong.Nako
,You may find the answer to your question with more further details on how to use Q-SPI on
:-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.