espcoredump.py v0.4-dev =============================================================== ==================== ESP32 CORE DUMP START ==================== Crashed task handle: 0x3ffc2c5c, name: 'unaligned_ptr_t', GDB name: 'process 1073491036' ================== CURRENT THREAD REGISTERS =================== exccause 0x1d (StoreProhibitedCause) excvaddr 0x5 epc1 0x40089aa3 epc2 0x0 epc3 0x0 epc4 0x0 epc5 0x0 epc6 0x0 eps2 0x0 eps3 0x0 eps4 0x0 eps5 0x0 eps6 0x0 pc 0x40086009 0x40086009 lbeg 0x0 0 lend 0x0 0 lcount 0x0 0 sar 0x19 25 ps 0x60d20 396576 threadptr br scompare1 acclo acchi m0 m1 m2 m3 expstate f64r_lo f64r_hi f64s fcr fsr a0 0x80085fe4 -2146934812 a1 0x3ffc2b80 1073490816 a2 0x2 2 a3 0x3ffc2bcc 1073490892 a4 0x3ffc2bc0 1073490880 a5 0x0 0 a6 0x3ff9e894 1073342612 a7 0x0 0 a8 0x5 5 a9 0xffffffad -83 a10 0x20 32 a11 0x3ffc2cb8 1073491128 a12 0x3ff9ebb7 1073343415 a13 0x80 128 a14 0x1 1 a15 0x0 0 ==================== CURRENT THREAD STACK ===================== #0 0x40086009 in UnityPrintNumberUnsigned (number=2) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:204 #1 0x40085fe4 in UnityPrintNumberUnsigned (number=1) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:196 #2 0x40085fe4 in UnityPrintNumberUnsigned (number=10) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:196 #3 0x4008602c in ?? () at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:206 #4 0x400287ec in vPortTaskWrapper (pxCode=0x40086014 , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ======================== THREADS INFO ========================= Id Target Id Frame * 1 process 1073491036 0x40086009 in UnityPrintNumberUnsigned (number=2) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:204 2 process 1073488552 0x40027733 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33 3 process 1073484864 set_ocode_by_efuse (calib_version=0) at /builds/espressif/esp-idf/components/esp_hw_support/port/esp32s2/rtc_init.c:226 4 process 1073493432 0x40027733 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33 5 process 1073347944 0x4001a8d4 in ?? () ==================== THREAD 1 (TCB: 0x3ffc2c5c, name: 'unaligned_ptr_t') ===================== #0 0x40086009 in UnityPrintNumberUnsigned (number=2) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:204 #1 0x40085fe4 in UnityPrintNumberUnsigned (number=1) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:196 #2 0x40085fe4 in UnityPrintNumberUnsigned (number=10) at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:196 #3 0x4008602c in ?? () at /builds/espressif/esp-idf/components/unity/unity/src/unity.c:206 #4 0x400287ec in vPortTaskWrapper (pxCode=0x40086014 , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ==================== THREAD 2 (TCB: 0x3ffc22a8, name: 'bad_ptr_task') ===================== #0 0x40027733 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33 #1 0x40085fa7 in unaligned_ptr_task (pvParameter=0x0) at ../main/test_core_dump.c:75 #2 0x400287ec in vPortTaskWrapper (pxCode=0x40085f98 , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ==================== THREAD 3 (TCB: 0x3ffc1440, name: 'IDLE') ===================== #0 set_ocode_by_efuse (calib_version=0) at /builds/espressif/esp-idf/components/esp_hw_support/port/esp32s2/rtc_init.c:226 #1 0x40089d36 in esp_register_freertos_tick_hook_for_cpu (new_tick_cb=0x8, cpuid=1) at /builds/espressif/esp-idf/components/esp_system/freertos_hooks.c:94 #2 0x40027645 in prvIdleTask (pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/tasks.c:3823 #3 0x400287ec in vPortTaskWrapper (pxCode=0x4002763c , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ==================== THREAD 4 (TCB: 0x3ffc35b8, name: 'failed_assert_t') ===================== #0 0x40027733 in vTaskDelay (xTicksToDelay=100) at ../../../hal/esp32s2/include/hal/cpu_ll.h:33 #1 0x40085eef in bad_ptr_func () at ../main/test_core_dump.c:26 #2 0x400287ec in vPortTaskWrapper (pxCode=0x40085ee0 , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ==================== THREAD 5 (TCB: 0x3ff9fd68, name: 'esp_timer') ===================== #0 0x4001a8d4 in ?? () #1 0x4002891c in vPortExitCritical (mux=0x3ffbcff8) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:473 #2 0x40028226 in ulTaskNotifyTake (xClearCountOnExit=1, xTicksToWait=) at /builds/espressif/esp-idf/components/freertos/tasks.c:5187 #3 0x4008586c in esp_timer_impl_init_system_time () at /builds/espressif/esp-idf/components/esp_timer/src/system_time.c:43 #4 0x400287ec in vPortTaskWrapper (pxCode=0x40085860 , pvParameters=0x0) at /builds/espressif/esp-idf/components/freertos/port/xtensa/port.c:168 ======================= ALL MEMORY REGIONS ======================== Name Address Size Attrs .rtc.text 0x40070000 0x0 RW .rtc.dummy 0x3ff9e000 0x0 RW .rtc.force_fast 0x3ff9e000 0x0 RW .rtc.data 0x50000000 0x10 RW A .rtc_noinit 0x50000010 0x0 RW .rtc.force_slow 0x50000010 0x0 RW .iram0.vectors 0x40022000 0x403 R XA .iram0.text 0x40022404 0xa014 R XA .dram0.data 0x3ffbc420 0x256c RW A .noinit 0x3ffbe98c 0x0 RW .flash.appdesc 0x3f000020 0x100 R A .flash.rodata 0x3f000120 0x3764 RW A .flash.rodata_noload 0x3f003884 0x0 RW .flash.text 0x40080020 0x15ca3 R XA .iram0.text_end 0x4002c418 0x0 RW .dram0.heap_start 0x3ffbf610 0x0 RW .coredump.tasks.data 0x3ffc2c5c 0x154 RW .coredump.tasks.data 0x3ffc2af0 0x164 RW .coredump.tasks.data 0x3ffc22a8 0x154 RW .coredump.tasks.data 0x3ffc21b0 0xf0 RW .coredump.tasks.data 0x3ffc1440 0x154 RW .coredump.tasks.data 0x3ffc1320 0x118 RW .coredump.tasks.data 0x3ffc35b8 0x154 RW .coredump.tasks.data 0x3ffc34c0 0xf0 RW .coredump.tasks.data 0x3ff9fd68 0x154 RW .coredump.tasks.data 0x3ff9fc40 0x120 RW ====================== CORE DUMP MEMORY CONTENTS ======================== .coredump.tasks.data 0x3ffc2c5c 0x154 RW 0x3ffc2c5c: 0x3ffc2b60 0x00000064 0x3ffbec94 0x3ffbec94 0x3ffc2c6c: 0x3ffc2c5c 0x3ffbec8c 0x00000012 0xfa667cb5 0x3ffc2c7c: 0xbcf3f475 0x3ffc2c5c 0x00000000 0x00000007 0x3ffc2c8c: 0x3ffc2458 0x6c616e75 0x656e6769 0x74705f64 0x3ffc2c9c: 0x00745f72 0x00000000 0x3ffc2c54 0x00000007 0x3ffc2cac: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2cbc: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000 0x3ffc2ccc: 0x00000000 0x00000001 0x00000000 0x00000000 0x3ffc2cdc: 0x00000000 0x4001a480 0x00000000 0x00000000 0x3ffc2cec: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2cfc: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d0c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d1c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d2c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d3c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d4c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d5c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d6c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d7c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d8c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2d9c: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2dac: 0x3ffc0000 .coredump.tasks.data 0x3ffc2af0 0x164 RW 0x3ffc2af0: 0xdeadbeef 0x40086009 0x00060d30 0x80085fe4 0x3ffc2b00: 0x3ffc2b80 0x00000002 0x3ffc2bcc 0x3ffc2bc0 0x3ffc2b10: 0x00000000 0x3ff9e894 0x00000000 0x00000005 0x3ffc2b20: 0xffffffad 0x00000020 0x3ffc2cb8 0x3ff9ebb7 0x3ffc2b30: 0x00000080 0x00000001 0x00000000 0x00000019 0x3ffc2b40: 0x0000001d 0x00000005 0x3ff9ebb7 0x00000080 0x3ffc2b50: 0x40023e3d 0x3ffbf534 0x3ff9ea28 0x00000000 0x3ffc2b60: 0x3ff9ebb7 0x00000080 0x00000001 0x00000000 0x3ffc2b70: 0x80085fe4 0x3ffc2bb0 0x00000001 0x3ff9e894 0x3ffc2b80: 0x00000003 0x3ffbd130 0x00000001 0x00000001 0x3ffc2b90: 0x3ffc2bc0 0x00000000 0x3ff9e894 0x00000000 0x3ffc2ba0: 0x8008602c 0x3ffc2be0 0x0000000a 0x3ffbcff8 0x3ffc2bb0: 0x00000003 0x0000001e 0x3f00235c 0x00000001 0x3ffc2bc0: 0x3ffbedf4 0x3ffc0c10 0x00000800 0x00000000 0x3ffc2bd0: 0x800287ec 0x3ffc2c10 0x00000000 0x00000000 0x3ffc2be0: 0x00000003 0x3ffc2c10 0x00000000 0x00000000 0x3ffc2bf0: 0x00060021 0x3ffc21e0 0x3ffbd130 0x00000064 0x3ffc2c00: 0x00000000 0x3ffc2c30 0x40086014 0x00000000 0x3ffc2c10: 0x00060023 0x3ffbeb50 0x00060c23 0x00000001 0x3ffc2c20: 0x00000000 0x3ffc2c50 0x00000000 0x00000000 0x3ffc2c30: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2c40: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2c50: 0x00000000 .coredump.tasks.data 0x3ffc22a8 0x154 RW 0x3ffc22a8: 0x3ffc21b0 0x00000064 0x3ffbec6c 0x3ffbec6c 0x3ffc22b8: 0x3ffc22a8 0x3ffbec64 0x00000014 0x918598e6 0x3ffc22c8: 0xef7ac4fd 0x3ffc22a8 0x00000000 0x00000005 0x3ffc22d8: 0x3ffc1aa4 0x5f646162 0x5f727470 0x6b736174 0x3ffc22e8: 0x0010a300 0x00000000 0x3ffc22a0 0x00000005 0x3ffc22f8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2308: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000 0x3ffc2318: 0x00000000 0x00000001 0x00000000 0x00000000 0x3ffc2328: 0x00000000 0x4001a480 0x00000000 0x00000000 0x3ffc2338: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2348: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2358: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2368: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2378: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2388: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2398: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23a8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23b8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23c8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23d8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23e8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc23f8: 0x3ffc0000 .coredump.tasks.data 0x3ffc21b0 0xf0 RW 0x3ffc21b0: 0x40023e98 0x40027733 0x00060230 0x80085fa7 0x3ffc21c0: 0x3ffc2240 0x00000064 0x3ffbcff8 0x00060021 0x3ffc21d0: 0x3ffbeb50 0x00060b23 0x00000059 0x80027733 0x3ffc21e0: 0x3ffc2220 0x00000000 0x00000064 0x3ffbedf4 0x3ffc21f0: 0x3ffc0c10 0x00000800 0x00000000 0x0000001b 0x3ffc2200: 0x0000ffff 0x00000000 0x40023f00 0x3ffc0c10 0x3ffc2210: 0x40026670 0x3ffbeb84 0x00000000 0x00000000 0x3ffc2220: 0x3ffc0c40 0x3ffc0c10 0x00000800 0x00000000 0x3ffc2230: 0x800287ec 0x3ffc2260 0x00000000 0x00000000 0x3ffc2240: 0x00060021 0x3ffbeb50 0x00060b23 0x00000059 0x3ffc2250: 0x00000000 0x3ffc2280 0x40085f98 0x00000000 0x3ffc2260: 0x00060023 0x3ffbeb50 0x00060723 0x3ffc0b30 0x3ffc2270: 0x00000000 0x3ffc22a0 0x00000000 0x00000000 0x3ffc2280: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc2290: 0x00000000 0x00000000 0x00000000 0x00000000 .coredump.tasks.data 0x3ffc1440 0x154 RW 0x3ffc1440: 0x3ffc1320 0x3ffbf614 0x3ffbec08 0x3ffbec08 0x3ffc1450: 0x3ffc1440 0x3ffbec00 0x00000019 0x36c2078e 0x3ffc1460: 0xa9ff0bc8 0x3ffc1440 0x00000000 0x00000000 0x3ffc1470: 0x3ffc0e3c 0x454c4449 0x610cee00 0x7205f331 0x3ffc1480: 0x00bf07a7 0x00000000 0x3ffc1438 0x00000000 0x3ffc1490: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc14a0: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000 0x3ffc14b0: 0x00000000 0x00000001 0x00000000 0x00000000 0x3ffc14c0: 0x00000000 0x4001a480 0x00000000 0x00000000 0x3ffc14d0: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc14e0: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc14f0: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1500: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1510: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1520: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1530: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1540: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1550: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1560: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1570: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1580: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1590: 0x3ffc0000 .coredump.tasks.data 0x3ffc1320 0x118 RW 0x3ffc1320: 0x40023e98 0x400954ee 0x00060530 0x80089d36 0x3ffc1330: 0x3ffc13b0 0x00000000 0x00000001 0x00000001 0x3ffc1340: 0x80000001 0x00060023 0x00000000 0x8008a21e 0x3ffc1350: 0x3ffc1380 0x00000000 0x4001a480 0x00060020 0x3ffc1360: 0x6000c000 0x00000000 0x0000004b 0x0000001e 0x3ffc1370: 0x0000ffff 0x00000000 0x40023f00 0x6000c000 0x3ffc1380: 0x40026670 0x3ffbdd14 0xa5a5a5a5 0xa5a5a5a5 0x3ffc1390: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0x3ffc13a0: 0x80027645 0x3ffc13d0 0x00000008 0x00000001 0x3ffc13b0: 0x3ffc1430 0x00000000 0x00000000 0x00000000 0x3ffc13c0: 0x800287ec 0x3ffc13f0 0x00000000 0x00000000 0x3ffc13d0: 0x00060021 0x3ffc0c10 0x3ffbd130 0x00000001 0x3ffc13e0: 0x00000000 0x3ffc1410 0x4002763c 0x00000000 0x3ffc13f0: 0x00060023 0x3ffc0c30 0x3f4c0058 0x00000001 0x3ffc1400: 0x00000000 0x3ffc1430 0x00000000 0x00000000 0x3ffc1410: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1420: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc1430: 0x00000000 0x00000000 .coredump.tasks.data 0x3ffc35b8 0x154 RW 0x3ffc35b8: 0x3ffc34c0 0x000000c8 0x3ffbebf4 0x3ffbebf4 0x3ffc35c8: 0x3ffc35b8 0x3ffbebec 0x0000000f 0x382ec478 0x3ffc35d8: 0x7ba73f68 0x3ffc35b8 0x00000000 0x0000000a 0x3ffc35e8: 0x3ffc2db4 0x6c696166 0x615f6465 0x72657373 0x3ffc35f8: 0x00745f74 0x00000000 0x3ffc35b0 0x0000000a 0x3ffc3608: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3618: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000 0x3ffc3628: 0x00000000 0x00000001 0x00000000 0x00000000 0x3ffc3638: 0x00000000 0x4001a480 0x00000000 0x00000000 0x3ffc3648: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3658: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3668: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3678: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3688: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3698: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36a8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36b8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36c8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36d8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36e8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc36f8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc3708: 0x3ffc0000 .coredump.tasks.data 0x3ffc34c0 0xf0 RW 0x3ffc34c0: 0x40023e98 0x40027733 0x00060730 0x80085eef 0x3ffc34d0: 0x3ffc3550 0x00000064 0x3ffbcff8 0x00060021 0x3ffc34e0: 0x3ffc2b90 0x3ffbd130 0x00000064 0x80027733 0x3ffc34f0: 0x3ffc3530 0x00000000 0x000000c8 0x3ffbedf4 0x3ffc3500: 0x3ffc0c10 0x00000800 0x00000000 0x00000016 0x3ffc3510: 0x0000ffff 0x00000000 0x40023f00 0x3ffc0c10 0x3ffc3520: 0x40026670 0x3ffbfe94 0x00000000 0x00000000 0x3ffc3530: 0x3ffbedf4 0x3ffc0c10 0x00000800 0x00000000 0x3ffc3540: 0x800287ec 0x3ffc3570 0x00000000 0x00000000 0x3ffc3550: 0x00060021 0x3ffc2b90 0x3ffbd130 0x00000064 0x3ffc3560: 0x00000000 0x3ffc3590 0x40085ee0 0x00000000 0x3ffc3570: 0x00060023 0x3ffbeb50 0x00060123 0x00000001 0x3ffc3580: 0x00000000 0x3ffc35b0 0x00000000 0x00000000 0x3ffc3590: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ffc35a0: 0x00000000 0x00000000 0x00000000 0x00000000 .coredump.tasks.data 0x3ff9fd68 0x154 RW 0x3ff9fd68: 0x3ff9fc40 0x3ff9e014 0x3ffbeb98 0x3ffbeb98 0x3ff9fd78: 0x3ff9fd68 0x3ffbeb90 0x00000003 0x4d870b8b 0x3ff9fd88: 0xedf62148 0x3ff9fd68 0x00000000 0x00000016 0x3ff9fd98: 0x3ff9ed64 0x5f707365 0x656d6974 0x0e920072 0x3ff9fda8: 0x00736207 0x00000000 0x3ff9fd60 0x00000016 0x3ff9fdb8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fdc8: 0x3ff9e82c 0x3ff9e894 0x3ff9e8fc 0x00000000 0x3ff9fdd8: 0x00000000 0x00000001 0x00000000 0x00000000 0x3ff9fde8: 0x00000000 0x4001a480 0x00000000 0x00000000 0x3ff9fdf8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe08: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe18: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe28: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe38: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe48: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe58: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe68: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe78: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe88: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fe98: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fea8: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9feb8: 0x3ff90001 .coredump.tasks.data 0x3ff9fc40 0x120 RW 0x3ff9fc40: 0x40023e98 0x4001a8d4 0x00060e30 0x8002891c 0x3ff9fc50: 0x3ff9fcd0 0x00060e23 0x00000000 0x00060e20 0x3ff9fc60: 0x3fffde70 0x3fffdec0 0x00000004 0x80025339 0x3ff9fc70: 0x3ff9fca0 0x3ffbd130 0x00000000 0x3fffe2d0 0x3ff9fc80: 0x3fffe2b0 0x3f408000 0x3f000220 0x0000000a 0x3ff9fc90: 0x0000ffff 0x00000000 0x40023f00 0x3fffe2b0 0x3ff9fca0: 0x40026670 0x3ff9c644 0xa5a5a5a5 0xa5a5a5a5 0x3ff9fcb0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0x3ff9fcc0: 0x80028226 0x3ff9fce0 0x3ffbcff8 0x00000000 0x3ff9fcd0: 0x8008586c 0x3ff9fd00 0x3ff9fe68 0x3ffbcff8 0x3ff9fce0: 0x00000000 0x3fffe1d0 0x00060123 0x00000000 0x3ff9fcf0: 0x800287ec 0x3ff9fd20 0x00000000 0x00000000 0x3ff9fd00: 0x00000001 0x3fffe1f0 0x00060123 0x00000000 0x3ff9fd10: 0x00000000 0x3ff9fd40 0x40085860 0x00000000 0x3ff9fd20: 0x00060123 0x3ffbeb58 0x00000000 0x00000001 0x3ff9fd30: 0x00000000 0x3ff9fd60 0x00000000 0x00000000 0x3ff9fd40: 0x00000000 0x00000000 0x00000000 0x00000000 0x3ff9fd50: 0x80095b37 0x3fffe280 0x3ffbeb88 0x00000000 ===================== ESP32 CORE DUMP END ===================== =============================================================== Done!