Replies: 1 comment 3 replies
-
Moved to a discussion since it's not a core issue. Double check your wiring (i.e. GPx is not the same as your PCB pins) and ensure you're running a 3.3V capable adapter. Some of those boards have onboard 5V regulators and I/O buffers (SD is 3.3V, but old Arduino boards were 5V) which could make them incompatible with the 3.3V pico. You really want a board with nothing active on it. I've even successfully used a microSD-to-fill-SD adapter with wires tacked on to the contacts, directly connected to the Pico GPIOs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to get my SD card module initialized, but no matter what I try, I just can't get it to work.
I've written a simple code:
I am using a Pimoroni tiny rp2040 (here is a photo of the pinout:

)
I appreciate any help I can get on this.
Thanks in advance!
Luca
Beta Was this translation helpful? Give feedback.
All reactions