Description
Any help is appreciated, and please let me know if you need any more details.
Unfortunately, this is currently the only microSD card I have.
I also reformatted the card (full, slow format) with the official app from https://www.sdcard.org/downloads/formatter/
Thanks.
David
Using mu-editor serial console:
Adafruit CircuitPython 4.0.0-beta.6 on 2019-03-30; Adafruit PyPortal with samd51j20
import board
import busio
import digitalio
spi = busio.SPI(board.SCK, MOSI=board.MOSI, MISO=board.MISO)
cs = digitalio.DigitalInOut(board.SD_CS)
import adafruit_sdcard
import storage
sdcard = adafruit_sdcard.SDCard(spi, cs)
Traceback (most recent call last):
File "", line 1, in
File "adafruit_sdcard.py", line 113, in init
File "adafruit_sdcard.py", line 147, in _init_card
File "adafruit_sdcard.py", line 203, in _init_card_v2
OSError: timeout waiting for v2 card