-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
Bug Description
SDHC cards don't initialize with STM32 (my other board - LPC1768 - reads SDHC cards fine)
My Configurations
Steps to Reproduce
Compile firmware with SDSUPPORT enabled for an STM32 board
Observe SDSC cards work but SDHC cards don't.
Expected behavior: [What you expect to happen]
Insert SDSC card (<=8GB) and initialize it - it should work
Insert SDHC card (>8GB) and initialize it - it should work
Actual behavior:
Insert SDSC card (<=8GB) and initialize it - it works
Insert SDHC card (>8GB) and attempt to initialize it - it doesn't work
Additional Information
I'm using BOARD_BTT_SKR_MINI_E3_V1_2 and the following SD cards to test:
128MB SDSC (works)
4GB Class 4 SDSC (works)
16GB Class 10 SDHC (doesn't work)
Reactions are currently unavailable