Skip to main content
Ryan.Jang
Visitor II
August 14, 2018
Question

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

  • August 14, 2018
  • 1 reply
  • 626 views

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

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    August 14, 2018

    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 (See Profile) Up vote any posts that you find helpful, it shows what's working..