Esp 32 fireebeetle SDMMC

Hi i am trying to use SDMMC with Esp Firebeetle 4.0

i am using those pins IO9 IO10 IO6 IO7 IO8 IO11
i am following this tutorial

i changed pins in definition to
int clk = 6;

int cmd = 11;

int d0 = 7;

int d1 = 8;

int d2 = 9;

int d3 = 10;

but unfortunetly its not working

ELF file SHA256: 0000000000000000

Rebooting...

ets Jun 8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)

configsip: 0, SPIWP:0xee

clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00

mode:DIO, clock div:1

load:0x3fff0030,len:1412

load:0x40078000,len:13400

load:0x40080400,len:3672

entry 0x400805f8

E (56) sdmmc_common: sdmmc_init_ocr: send_op_cond (1) returned 0x107

E (57) vfs_fat_sdmmc: sdmmc_card_init failed (0x107).

assertion "xQueue" failed: file "../esp-idf/components/freertos/queue.c", line 1940, function: uxQueueMessagesWaiting

abort() was called at PC 0x400eadd7 on core 1

Backtrace:0x400d7e6d:0x3ffb25a00x40088db9:0x3ffb25c0 0x4008ebb1:0x3ffb25e0 0x400eadd7:0x3ffb2660 0x40089f99:0x3ffb2690 0x400dd2cf:0x3ffb26b0 0x400db8e9:0x3ffb26e0 0x400dba52:0x3ffb2720 0x400e4db9:0x3ffb2740 0x400d30ad:0x3ffb2770 0x400d2242:0x3ffb27f0 0x400d4687:0x3ffb2820

Have you any advices?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.