SD as MSC write speed for SF3W

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
nuke66
Posts: 1
Joined: Wed Apr 21, 2021 10:37 pm

SD as MSC write speed for SF3W

Post by nuke66 » Thu Apr 22, 2021 1:20 am

Hi,
I have a Pyboard D SF3W. I am setting the SD (class 10) to be visible to the host computer as USB mass storage. For file copies to the SD I am getting slightly over 1MB/s transfer speeds.

Is this the expected speed? Anything I can do to increase it?

This is how I am mounting the SD

Code: Select all

uos.mount(pyb.SDCard(), '/sd')
pyb.usb_mode('MSC', msc=(pyb.SDCard(),), high_speed=True) 

Post Reply