SAMD21 MINI breakout doesn't work with sd card module

In my previous post I have OLED, dht22 and RTC connected with the mini breakout board and the sd card module didn’t work.

So I disconnected other parts and only left the sd card module with the small board, but still does not work.

I tried the sd library examples and tried to use different pins like 10,8,4 none of them work.

Really need someone here who can teach me how to connect the sd card module with the samd21 mini breakout.

sd card module

GND->GND

VCC->VCC

MOSI->11

MISO->12

SCK->13

CS → tried 10,8,4

Hi, if you try to connect only the SD card module with your SAMD21 MINI breakout (removing every other component), does it work?

Doesn’t work. But the same code works when I use Arduino uno r3 with the same wire strategy.

tepalia02:
Hi, if you try to connect only the SD card module with your SAMD21 MINI breakout (removing every other component), does it work?

Thanks for your reply.

Doesn’t work. But the same code works when I use Arduino Uno r3 with the same wire strategy.

I also tried max30102 with this mini breakout, the code can compile but nothing showed from the serial monitor.

I am not sure if the small board has an issue or not.