Skip to content

ARMmbed/mbed-os-snippet-USBMSD_SDBlockDevice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

USBMSD SDBlockDevice example

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

  1. Flash the board.
  2. Insert SD-card to the target's SD-card slot.
  3. Reset the target.
  4. USB mass storage drive should appear in your file explorer.
  5. You should be able to access files on this drive.

Note: This example should work without any modifications on the K64F target. Note: On other targets please update pins used to create SDBlockDevice object to be consistent with your board. 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages