# mbed-os-snippet-USBMSD_SDBlockDevice **Repository Path**: mirrors_ARMmbed/mbed-os-snippet-USBMSD_SDBlockDevice ## Basic Information - **Project Name**: mbed-os-snippet-USBMSD_SDBlockDevice - **Description**: A mirrored example snippet from mbed-os-examples-docs_only - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v6.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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.