Using esp32, card is correctly detected, I am able to read every sector but when writing with sdmmc_write_sectors to some sectors eg. 0x23d, 0x23e, 0x2bd, 0x2be watchdog is triggered:
Code: Select all
[0;31mE (22102) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:[0m
[0;31mE (22102) task_wdt: - IDLE1 (CPU 1)[0m
[0;31mE (22102) task_wdt: Tasks currently running:[0m
[0;31mE (22102) task_wdt: CPU 0: IDLE0[0m
[0;31mE (22102) task_wdt: CPU 1: self_test_task[0m
[0;31mE (22102) task_wdt: Aborting.[0m
abort() was called at PC 0x400d1b3b on core 0
Code: Select all
0x40085105: task_ms_to_tick_wrapper at /Users/mtm/Development/esp32/esp-idf/components/esp32/esp_adapter.c:362
0x40085489: timer_overflow_happened at /Users/mtm/Development/esp32/esp-idf/components/esp32/esp_timer_esp32.c:160
(inlined by) esp_timer_impl_get_time at /Users/mtm/Development/esp32/esp-idf/components/esp32/esp_timer_esp32.c:210
0x400d1b3b: _stext at ??:?
0x40081f45: esp_timer_start_once at ??:?
0x40089f92: ppResortTxAMPDU at ??:?
0x400d22ab: is_vect_desc_usable at /Users/mtm/Development/esp32/esp-idf/components/esp32/intr_alloc.c:335 (discriminator 1)
0x40089132: ppMapTxQueue at ??:?
0x40087809: prvReturnItemDefault at /Users/mtm/Development/esp32/esp-idf/components/esp_ringbuf/ringbuf.c:600 (discriminator 2)