Code: Select all
void send_con_rq() {
unsigned char p[17] = {0x01, 0x05, 0x04, 0x0d, 0xAB, 0xCD, 0xEF, 0x7D, 0x1A, 0x00, 0x18, 0xcc, 0x02 ,0x00, 0x00, 0x00, 0x00};
esp_vhci_host_send_packet(p, 17);
}
Code: Select all
ASSERT_ERR(lm_env.local_name), in lm.c at line 79
Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0).
Core 0 register dump:
PC : 0x400830b0 PS : 0x00060234 A0 : 0x80109085 A1 : 0x3ffc8550
0x400830b0: r_assert_err at ??:?
A2 : 0x00000001 A3 : 0x00000000 A4 : 0x60008048 A5 : 0x3ffbdbe4
A6 : 0x3ffbdbe4 A7 : 0x00000000 A8 : 0x800830b0 A9 : 0x3ffc8530
A10 : 0x00000032 A11 : 0x00000032 A12 : 0x00000010 A13 : 0xffffffff
A14 : 0x00000000 A15 : 0xfffffffd SAR : 0x00000004 EXCCAUSE: 0x00000005
EXCVADDR: 0x00000000 LBEG : 0x40083058 LEND : 0x4008305f LCOUNT : 0x00000000
0x40083058: r_assert_err at ??:?
0x4008305f: r_assert_err at ??:?
Backtrace:0x400830ad:0x3ffc8550 0x40109082:0x3ffc8570 0x4002509e:0x3ffc8590 0x400ff522:0x3ffc85d0 0x4008403e:0x3ffc85f0 0x40019d11:0x3ffc8620 0x40055b4d:0x3ffc8640 0x400faf8f:0x3ffc8660 0x400fb581:0x3ffc8680 0x40092b7d:0x3ffc86b0
0x400830ad: r_assert_err at ??:?
0x40109082: r_LM_GetLocalNameSeg at ??:?
0x400ff522: lc_lmp_rx_handler at ??:?
0x4008403e: ke_task_schedule at ke_task.c:?
0x400faf8f: r_rw_schedule at ??:?
0x400fb581: btdm_controller_task at ??:?
0x40092b7d: vPortTaskWrapper at /home/user/esp/esp-idf/components/freertos/port/xtensa/port.c:168
Core 1 register dump:
PC : 0x4012e40e PS : 0x00060834 A0 : 0x800d7216 A1 : 0x3ffbd8b0
0x4012e40e: esp_pm_impl_waiti at /home/user/esp/esp-idf/components/esp_pm/pm_impl.c:780
A2 : 0x00000000 A3 : 0x00000000 A4 : 0x00000001 A5 : 0x80000001
A6 : 0x00000003 A7 : 0x00060023 A8 : 0x80110f1a A9 : 0x3ffbd880
A10 : 0x00000000 A11 : 0x00060823 A12 : 0x00060820 A13 : 0x00060823
A14 : 0x00000001 A15 : 0x00000001 SAR : 0x0000000d EXCCAUSE: 0x00000005
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace:0x4012e40b:0x3ffbd8b0 0x400d7213:0x3ffbd8d0 0x40091011:0x3ffbd8f0 0x40092b7d:0x3ffbd910
0x4012e40b: cpu_ll_waiti at /home/user/esp/esp-idf/components/hal/esp32/include/hal/cpu_ll.h:183
(inlined by) esp_pm_impl_waiti at /home/user/esp/esp-idf/components/esp_pm/pm_impl.c:778
0x400d7213: esp_vApplicationIdleHook at /home/user/esp/esp-idf/components/esp_common/src/freertos_hooks.c:63
0x40091011: prvIdleTask at /home/user/esp/esp-idf/components/freertos/tasks.c:3835 (discriminator 1)
0x40092b7d: vPortTaskWrapper at /home/user/esp/esp-idf/components/freertos/port/xtensa/port.c:168