/mbed-os-snippet-USBMSD_HeapBlockDevice

A mirrored example snippet from mbed-os-examples-docs_only

Primary LanguageC++

USBMSD HeapBlockDevice example

This example turns the Mbed board into the mass storage device (HeapBlockDevice).

  1. Flash the board.
  2. Reset the target.
  3. USB mass storage drive should appear in your file explorer.
  4. You should be able to access files on this drive.

Note: This example requires at least 64 kB of free heap. Note: Please try to connect board directly to the PC (without USB hub) if you encountered some problems with this example.

MIRRORED FROM MASTER EXAMPLE SNIPPETS REPOSITORY: mbed-os-examples-docs_only. ANY CHANGES MADE DIRECTLY TO THIS REPOSITORY WILL BE AUTOMATICALLY OVERWRITTEN.