Closed
Description
CircuitPython version and board name
Adafruit CircuitPython 10.0.0-alpha.6 on 2025-05-17; Adafruit Metro RP2350 with rp2350b
Code/REPL
Adafruit CircuitPython 10.0.0-alpha.6 on 2025-05-17; Adafruit Metro RP2350 with rp2350b
>>>
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Traceback (most recent call last):
File "code.py", line 25, in <module>
ValueError: SD_CS in use
Behavior
Guide example SD code for the Metro RP2350 works well with CircuitPython 9.2.8 for read / write.
Fails with CircuitPython 10-alpha6 on "SD_CS in use".
Description
Forum issue easily reproduced.
Additional information
No response