cancel
Showing results for 
Search instead for 
Did you mean: 

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

Jukka Lamminm�ki
Associate II
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
2 REPLIES 2
Posted on May 22, 2017 at 16:32

My expectation would be NO.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
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.