Teensy 4.0 interfacing with SD card Module with Arduino IDE

deepBlue

New member
Hi, I am a newbie to using Teensy 4.0. I wanted to interface the teensy 4.0 module with a uSD card Module, I am using Arduino IDE and Teensy Loader.
Following are my system specification
uSD module - https://www.amazon.com/HiLetgo-Adater-Interface-Conversion-Arduino/dp/B07BJ2P6X6/ref[…]wX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=

SD card - 32GB ( Formatted using SD card Formatter)
Arduino IDE - 1.8.16
Teensy Loader - 1.57
Following are my pin connections-
Used usb to power the teensy 4.0
SD Card Module to Teensy 4.0
GND- GND
VCC - 5V
MISO -12
MOSI - 11
SCK -13
CS - 10/22/14(tried bunch of them)

I am using the script from example>SD> CardInfo.
But I keep getting the following errors.
image.png

Has anyone face this issue. Please let me know if you feel I done something wrong in the wiring.

Thank you!
 
Back
Top