Skip to main content
Jukka Lamminm�ki
Associate III
May 22, 2017
Question

Can a quad-spi flash chip be written at a same time that the code is run from it?

  • May 22, 2017
  • 2 replies
  • 836 views
Posted on May 22, 2017 at 14:30

We are investigating for a new STM32F7 based device with QSPI FLASH as a main memory to run the application from (XIP).

We also need FLASH memory for mass storage, and what is not clear for us is if we can use the same QSPI memory chip for mass storage also. I.e. can we write/read the QSPI chip at the same time that we are running the code from it?

Best regards, Jukka

#xip #quad-spi
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 22, 2017
Posted on May 22, 2017 at 16:32

My expectation would be NO.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Jukka Lamminm�ki
Associate III
May 23, 2017
Posted on May 23, 2017 at 05:35

Thanx Clive, that was my assumption also.

Maybe retreating running to internal flash while reading and writing the mass storage in QSPI flash, but that would be too complicated when running the real-time OS.

Much easier would be to attach the simple SPI flash for file system.