Can I use the Teensy 4.1 as a USB mass storage device?

jic5760

New member
Hello,

I want to use the Teensy 4.1 as a USB mass storage device.
Is there anywhere I can find these examples?

Thanks.
 
I guess the question is, what are you asking for.

If you are asking if you can plug a teensy into a pc and have it show up as a hard disk (Mass Storage Controller), No there is no support for that... Probably could be.

However if you are wanting to plus a hard disk into the USB host of the t4.1, then yes there is support that we are in the process of integrating in.

Likewise if you are wanting the ability to browse storage contained on the Teensy on a PC. We are also integrating MTP (Media Transfer Protocol) support where
you can setup logical storage on the Teensy which can include SD, or LittleFS (Program space, RAM, Flash chips), and be able to browse them and the like on your PC.

More details on some of this in the thread: https://forum.pjrc.com/threads/68139-Teensyduino-File-System-Integration-including-MTP-and-MSC
 
Back
Top