2017-05-22 05:30 AM
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-spi2017-05-22 07:32 AM
My expectation would be NO.
2017-05-22 10:35 PM
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.