Show / Hide Table of Contents

    SD/MMC Cards


    SD and MMC cards are fully supported through the File System libraries.

    This is a sample on how setup the SD driver.

    var sd = StorageController.FromName(SC20100.StorageController.SdCard);
    
    var drive = FileSystem.Mount(sd.Hdc);
    

    Additionally, SPI SD drivers are also supported through the ManagedFileSystem software utility drivers.

    • Improve this Doc
    ☀
    ☾

    Back to top

    Back to top Copyright © 2022 GHI Electronics, LLC
    Generated by DocFX