cancel
Showing results for 
Search instead for 
Did you mean: 

I am wondering how to use usb msc with QSPI serial flash.

Ryan.Jang
Associate

I am using STM32F469, and I want to connect with USB MSC and QSPI SERIAL FLASH. Is there any sample source?

1 REPLY 1

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.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..