P2 PASM USB-Stick 2.0 read/write (RAW)
pic18f2550
Posts: 400
in Propeller 2
Is there a routine for the P2 to write and read sectors (RAW) of a USB stick 2.0 ?
Comments
As far as I understand, this is the state of P2 USB Host support: https://forums.parallax.com/discussion/170149/p2-hosted-usb-keyboard-mouse/p1
And no, it's not mass-storage compatible.
If this question is pertaining to your earlier one regarding : I plan on investigating ESP32 as SD-card controller. See e.g. https://esp32.com/viewtopic.php?t=2055 - the user there reports several megabyte per seconds write-speed. However using SDIO is not trivial it seems, at least my experiments with a wired setup failed so far.
I will also conduct some SD SPI mode tests, and can report back if interested.
For the P1 I have found the possibility to edit storage media in raw mode.
This should not cause any problems with the P2.
I didn’t day it’s impossible. It just doesn’t seem to be the status quo with the current driver. I’d be thrilled to learn otherwise.