-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uSDHC support #119
Comments
I might end up doing this myself, but I'm pretty new to both rust and rust embedded, and I've got other stuff going on right now. |
Happy to help answer any questions here. Related: |
Cherry-picking ideas from a downstream issue.
|
I'm not sure if this is common knowledge, but I stumbled across a recipe to "misuse" the pins of the onboard SD card to allow use of simple 3-wire SPI: Pin 44 (CLK) → SCK This worked somehow. In fact it worked at 25MHz over jumpers in a breadboard. Or perhaps not — it might have been honoring the choice of pin functions, but bit-banging the SPI signals. After all, it doesn't even line up with LPSPI1's ALTs. (I was running CircuitPython on the Teensy4.1 at the time.) We shall do better, of course. But there was no QSPI support at the time and I really, really wanted to get at that card. |
I'm not seeing code for the uSDHC/SDIO peripheral found in the RT1062.
Add this please?
The text was updated successfully, but these errors were encountered: