2018-08-13 11:30 PM
I am using STM32F469, and I want to connect with USB MSC and QSPI SERIAL FLASH. Is there any sample source?
2018-08-14 04:31 AM
The HAL/Cube example trees have examples of Host MSC, typically using microSD. There might be some SDRAM based RAMDisk examples, there are for FatFs, and converting them to QSPI shouldn't be a huge leap. The DISCO/EVAL boards have QSPI BSP code.
For Read-only the memory mapped modes of QSPI should work, for write you're going to have to either switch modes, or stay in the the non-mapped mode. You're also going to need to erase blocks as needed.