-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Area: ZigbeeIssues and Feature Request about ZigbeeIssues and Feature Request about Zigbee
Description
Board
FireBeetle 2 ESP32-C6
Device Description
USB-C connection from computer -> board, and nothing else
Hardware Configuration
No
Version
v3.1.0
IDE Name
Arduino IDE
Operating System
MacOS
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
Hi! Thanks for creating this great project.
I'm having trouble with the network scanning example. It's behaving unpredictably:
- Sometimes it works perfectly and finds networks
- Sometimes it finds zero networks and crashes
- This happens without changing or re-uploading the code
- The behavior seems random - it might work, then crash after a while, then work again after a restart
The only consistent thing I see is this error message before it reboots:
assert failed: vPortExitCritical port.c:632 (port_uxCriticalNesting[0] > 0)
I've included a debug log for reference.
Sketch
I'm using an unmodified version of the `ScanNetworks` example found here (https://github.com/espressif/arduino-esp32/blob/master/libraries/Zigbee/examples/Zigbee_Scan_Networks/Zigbee_Scan_Networks.ino)
Debug Message
12:33:59.272 -> Nr | PAN ID | CH | Permit Joining | Router Capacity | End Device Capacity | Extended PAN ID
12:33:59.272 -> 1 | .... | 11 | No | Yes | Yes | ......
12:33:59.305 -> 2 | .... | 20 | No | Yes | Yes | ......
12:33:59.305 -> 3 | .... | 22 | No | Yes | Yes | ......
12:33:59.305 -> 4 | .... | 25 | No | Yes | Yes | ......
12:33:59.305 -> 5 | .... | 11 | No | Yes | Yes | ......
12:33:59.337 -> 6 | .... | 11 | No | Yes | Yes | ......
12:33:59.337 -> 7 | .... | 19 | No | Yes | Yes | ......
12:33:59.337 -> 8 | .... | 15 | No | Yes | Yes | ......
12:33:59.370 ->
12:33:59.370 -> [ 50003][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:33:59.864 -> Loop running...
12:34:00.361 -> Loop running...
...
12:34:05.371 -> Loop running...
12:34:05.865 -> Loop running...
12:34:05.964 -> ESP-ROM:esp32c6-20220919
12:34:05.964 -> Build:Sep 19 2022
12:34:05.964 -> rst:0x3 (LP_SW_HPSYS),boot:0x18 (SPI_FAST_FLASH_BOOT)
12:34:05.964 -> Saved PC:0x4001974a
12:34:05.964 -> SPIWP:0xee
12:34:05.964 -> mode:DIO, clock div:2
12:34:05.964 -> load:0x40875720,len:0x1228
12:34:05.964 -> load:0x4086c110,len:0xd9c
12:34:05.964 -> load:0x4086e610,len:0x2f74
12:34:05.964 -> entry 0x4086c110
12:34:06.095 -> [ 0][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42004eb2
12:34:06.095 -> [ 12][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42004e76
12:34:06.127 -> [ 23][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42004e3a
12:34:06.127 -> [ 34][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42004dfe
12:34:06.127 -> [ 46][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42004eb2
12:34:06.159 -> [ 57][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42004e76
12:34:06.159 -> [ 68][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42004e3a
12:34:06.159 -> [ 80][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42004dfe
12:34:06.192 -> [ 91][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DM (38) successfully set to 0x420024e2
12:34:06.192 -> [ 102][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type USB_DP (39) successfully set to 0x420024e2
12:34:06.225 -> [ 120][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 17 successfully set to type UART_RX (2) with bus 0x4080e098
12:34:06.225 -> [ 131][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 16 successfully set to type UART_TX (3) with bus 0x4080e098
12:34:06.225 -> [ 142][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 12 successfully set to type USB_DM (38) with bus 0x40810118
12:34:06.257 -> [ 152][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 13 successfully set to type USB_DP (39) with bus 0x40810118
12:34:06.257 -> =========== Before Setup Start ===========
12:34:06.257 -> Chip Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Model : ESP32-C6
12:34:06.257 -> Package : 1
12:34:06.257 -> Revision : 0.01
12:34:06.257 -> Cores : 1
12:34:06.257 -> CPU Frequency : 160 MHz
12:34:06.257 -> XTAL Frequency : 40 MHz
12:34:06.257 -> Features Bitfield : 0x00000052
12:34:06.257 -> Embedded Flash : No
12:34:06.257 -> Embedded PSRAM : No
12:34:06.257 -> 2.4GHz WiFi : Yes
12:34:06.257 -> Classic BT : No
12:34:06.257 -> BT Low Energy : Yes
12:34:06.257 -> IEEE 802.15.4 : Yes
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> INTERNAL Memory Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Total Size : 451676 B ( 441.1 KB)
12:34:06.257 -> Free Bytes : 412208 B ( 402.5 KB)
12:34:06.257 -> Allocated Bytes : 32948 B ( 32.2 KB)
12:34:06.257 -> Minimum Free Bytes: 412208 B ( 402.5 KB)
12:34:06.257 -> Largest Free Block: 385012 B ( 376.0 KB)
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Flash Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Chip Size : 4194304 B (4 MB)
12:34:06.257 -> Block Size : 65536 B ( 64.0 KB)
12:34:06.257 -> Sector Size : 4096 B ( 4.0 KB)
12:34:06.257 -> Page Size : 256 B ( 0.2 KB)
12:34:06.257 -> Bus Speed : 40 MHz
12:34:06.257 -> Bus Mode : QIO
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Partitions Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> nvs : addr: 0x00009000, size: 20.0 KB, type: DATA, subtype: NVS
12:34:06.257 -> otadata : addr: 0x0000E000, size: 8.0 KB, type: DATA, subtype: OTA
12:34:06.257 -> app0 : addr: 0x00010000, size: 1280.0 KB, type: APP, subtype: OTA_0
12:34:06.257 -> app1 : addr: 0x00150000, size: 1280.0 KB, type: APP, subtype: OTA_1
12:34:06.257 -> spiffs : addr: 0x00290000, size: 1388.0 KB, type: DATA, subtype: SPIFFS
12:34:06.257 -> zb_storage : addr: 0x003EB000, size: 16.0 KB, type: DATA, subtype: FAT
12:34:06.257 -> zb_fct : addr: 0x003EF000, size: 4.0 KB, type: DATA, subtype: FAT
12:34:06.257 -> coredump : addr: 0x003F0000, size: 64.0 KB, type: DATA, subtype: COREDUMP
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Software Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Compile Date/Time : Jan 17 2025 15:51:05
12:34:06.257 -> Compile Host OS : macosx
12:34:06.257 -> ESP-IDF Version : v5.3.2-282-gcfea4f7c98-dirty
12:34:06.257 -> Arduino Version : 3.1.1
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Board Info:
12:34:06.257 -> ------------------------------------------
12:34:06.257 -> Arduino Board : DFROBOT_FIREBEETLE_2_ESP32C6
12:34:06.257 -> Arduino Variant : dfrobot_firebeetle2_esp32c6
12:34:06.257 -> Arduino FQBN : esp32:esp32:dfrobot_firebeetle2_esp32c6:UploadSpeed=921600,CDCOnBoot=cdc,CPUFreq=160,FlashFreq=80,FlashMode=qio,FlashSize=4M,PartitionScheme=zigbee,DebugLevel=verbose,EraseFlash=all,JTAGAdapter=default,ZigbeeMode=ed
12:34:06.290 -> ============ Before Setup End ============
12:34:06.389 -> [ 279][I][esp32-hal-periman.c:141] perimanSetPinBus(): Pin 12 already has type USB_DM (38) with bus 0x40810118
12:34:06.389 -> [ 279][I][esp32-hal-periman.c:141] perimanSetPinBus(): Pin 13 already has type USB_DP (39) with bus 0x40810118
12:34:06.389 -> [ 280][D][ZigbeeCore.cpp:123] zigbeeInit(): Initialize Zigbee stack
12:34:06.455 -> [ 349][W][ZigbeeCore.cpp:128] zigbeeInit(): No Zigbee EPs to register
12:34:06.455 -> [ 353][V][ZigbeeCore.cpp:352] esp_zb_app_signal_handler(): ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL
12:34:06.455 -> [ 353][I][ZigbeeCore.cpp:219] esp_zb_app_signal_handler(): Zigbee stack initialized
12:34:06.455 -> [ 355][I][ZigbeeCore.cpp:225] esp_zb_app_signal_handler(): Device started up in factory-reset mode
12:34:06.455 -> [ 356][I][ZigbeeCore.cpp:232] esp_zb_app_signal_handler(): Start network steering
12:34:06.455 -> Setup done, starting Zigbee network scan...
12:34:06.455 -> [ 358][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:06.455 -> =[ 360][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:06.455 -> [ 360][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:06.455 -> ========== After Setup Start ============
12:34:06.455 -> INTERNAL Memory Info:
12:34:06.455 -> ------------------------------------------
12:34:06.455 -> Total Size : 451676 B ( 441.1 KB)
12:34:06.455 -> Free Bytes : 390580 B ( 381.4 KB)
12:34:06.455 -> Allocated Bytes : 53904 B ( 52.6 KB)
12:34:06.455 -> Minimum Free Bytes: 390488 B ( 381.3 KB)
12:34:06.455 -> Largest Free Block: 360436 B ( 352.0 KB)
12:34:06.455 -> ------------------------------------------
12:34:06.455 -> GPIO Info:
12:34:06.455 -> ------------------------------------------
12:34:06.455 -> GPIO : BUS_TYPE[bus/unit][chan]
12:34:06.455 -> --------------------------------------
12:34:06.455 -> 12 : USB_DM
12:34:06.455 -> 13 : USB_DP
12:34:06.455 -> 16 : UART_TX[0]
12:34:06.455 -> 17 : UART_RX[0]
12:34:06.455 -> ============ After Setup End =============
12:34:06.488 -> No networks found
12:34:06.488 -> [ 386][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:06.488 -> [ 387][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:06.488 -> [ 387][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:06.980 -> Loop running...
12:34:06.981 -> No networks found
12:34:06.981 -> [ 886][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:06.981 -> [ 887][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:06.981 -> [ 887][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:07.476 -> Loop running...
12:34:07.476 -> No networks found
12:34:07.476 -> [ 1386][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:07.476 -> [ 1387][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:07.476 -> [ 1387][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:07.969 -> Loop running...
12:34:07.969 -> No networks found
12:34:07.969 -> [ 1886][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:07.969 -> [ 1887][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:07.969 -> [ 1887][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:08.496 -> Loop running...
12:34:08.496 -> No networks found
12:34:08.496 -> [ 2391][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:08.496 -> [ 2392][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:08.496 -> [ 2392][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 0 networks
12:34:08.661 -> [ 2583][I][ZigbeeCore.cpp:290] esp_zb_app_signal_handler(): Network steering was not successful (status: ESP_FAIL)
12:34:08.993 -> Loop running...
12:34:08.993 -> No networks found
12:34:08.993 -> [ 2891][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:09.485 -> Loop running...
12:34:09.981 -> Loop running...
12:34:10.473 -> Loop running...
12:34:11.000 -> Loop running...
12:34:11.496 -> Loop running...
12:34:11.889 -> [ 5810][V][ZigbeeCore.cpp:362] scanCompleteCallback(): Zigbee network scan complete
12:34:11.889 -> [ 5810][V][ZigbeeCore.cpp:364] scanCompleteCallback(): Found 7 networks
12:34:11.923 -> [ 5815][V][ZigbeeCore.cpp:367] scanCompleteCallback(): Network 4: PAN ID: ...., Permit Joining: No, Extended PAN ID: ...., Channel: 11, Router Capacity: Yes, End Device Capacity: Yes
12:34:11.923 -> [ 5817][V][ZigbeeCore.cpp:367] scanCompleteCallback(): Network 5: PAN ID: ...., Permit Joining: No, Extended PAN ID: ...., Channel: 14, Router Capacity: Yes, End Device Capacity: Yes
12:34:11.923 -> [ 5818][V][ZigbeeCore.cpp:367] scanCompleteCallback(): Network 6: PAN ID: ...., Permit Joining: No, Extended PAN ID: ...., Channel: 15, Router Capacity: Yes, End Device Capacity: Yes
12:34:11.988 -> Loop running...
12:34:11.988 ->
12:34:11.988 -> Scan done
12:34:11.988 -> 7 networks found:
12:34:11.988 -> Nr | PAN ID | CH | Permit Joining | Router Capacity | End Device Capacity | Extended PAN ID
12:34:11.988 -> 1 | .... | 11 | No | Yes | Yes | .....
12:34:11.988 -> 2 | .... | 11 | No | Yes | Yes | .....
12:34:12.021 -> 3 | .... | 19 | No | Yes | Yes | .....
12:34:12.021 -> 4 | .... | 25 | No | Yes | Yes | .....
12:34:12.021 -> 5 | .... | 11 | No | Yes | Yes | .....
12:34:12.054 -> 6 | .... | 14 | No | Yes | Yes | .....
12:34:12.054 -> 7 | .... | 15 | No | Yes | Yes | .....
12:34:12.054 ->
12:34:12.054 -> [ 5966][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:12.548 -> Loop running...
12:34:20.601 -> Scan done
12:34:20.601 -> 6 networks found:
12:34:20.601 -> Nr | PAN ID | CH | Permit Joining | Router Capacity | End Device Capacity | Extended PAN ID
12:34:20.601 -> 1 | .... | 11 | No | Yes | Yes | .....
12:34:20.601 -> 2 | .... | 19 | No | Yes | Yes | .....
12:34:20.601 -> 3 | .... | 11 | No | Yes | Yes | .....
12:34:20.634 -> 4 | .... | 25 | No | Yes | Yes | .....
12:34:20.634 -> 5 | .... | 11 | No | Yes | Yes | .....
12:34:20.634 -> 6 | .... | 14 | No | Yes | Yes | .....
12:34:20.634 ->
12:34:20.634 -> [ 14551][V][ZigbeeCore.cpp:393] scanNetworks(): Scanning Zigbee networks
12:34:20.634 ->
12:34:20.634 -> assert failed: vPortExitCritical port.c:632 (port_uxCriticalNesting[0] > 0)
12:34:20.634 -> Core 0 register dump:
12:34:20.634 -> MEPC : 0x4080156a RA : 0x408074ac SP : 0x40822c40 GP : 0x4080e7c4
12:34:20.666 -> TP : 0x40822ec0 T0 : 0x37363534 T1 : 0x7271706f T2 : 0x33323130
12:34:20.666 -> S0/FP : 0x00000001 S1 : 0x40822dbb A0 : 0x40822ca4 A1 : 0x4080fb25
12:34:20.666 -> A2 : 0x00000001 A3 : 0x00000029 A4 : 0x00000001 A5 : 0x40815000
12:34:20.666 -> A6 : 0x00000000 A7 : 0x76757473 S2 : 0x0000007c S3 : 0x40822c98
12:34:20.698 -> S4 : 0x40822c98 S5 : 0x4206a2e5 S6 : 0x00000000 S7 : 0x00de0989
12:34:20.698 -> S8 : 0x00000000 S9 : 0x00000000 S10 : 0x00000000 S11 : 0x00000007
12:34:20.698 -> T3 : 0x6e6d6c6b T4 : 0x6a696867 T5 : 0x66656463 T6 : 0x62613938
12:34:20.698 -> MSTATUS : 0x00001881 MTVEC : 0x40800001 MCAUSE : 0x00000007 MTVAL : 0x00000000
12:34:20.730 -> MHARTID : 0x00000000
12:34:20.730 ->
12:34:20.730 -> Stack memory:
12:34:20.730 -> 40822c40: 0x000000ce 0x00000000 0x42070e8c 0x4080cfe0 0x408080cc 0x40802b9e 0x00000000 0x4080fb24
12:34:20.730 -> 40822c60: 0x00000002 0x00000000 0x42061000 0x00323336 0x4082304c 0x4080fc44 0x42070e8c 0x4080fc54
12:34:20.730 -> 40822c80: 0x4206a2e5 0x4080fc58 0x40822c6c 0x4080fc5c 0x4206a2ec 0x4080fb24 0x00000000 0x00000000
12:34:20.730 -> 40822ca0: 0x40000000 0x65737361 0x66207472 0x656c6961 0x76203a64 0x74726f50 0x74697845 0x74697243
12:34:20.762 -> 40822cc0: 0x6c616369 0x726f7020 0x3a632e74 0x20323336 0x726f7028 0x78755f74 0x74697243 0x6c616369
12:34:20.762 -> 40822ce0: 0x7473654e 0x5b676e69 0x3e205d30 0x00293020 0x0000003f 0x00000001 0x00000000 0x40807fc8
12:34:20.762 -> 40822d00: 0x00000000 0x00000000 0x4080e398 0xffffffff 0x40815000 0x00000000 0x7fffffff 0x40822db8
12:34:20.795 -> 40822d20: 0x00000004 0x00000000 0x7fffffff 0x40822dc8 0x00000004 0x00000000 0x40821ac4 0x408074ea
12:34:20.795 -> 40822d40: 0x00000000 0x00000000 0x40821ac4 0x40807a2c 0x40823194 0xffffffff 0x40821ac4 0x00000000
12:34:20.795 -> 40822d60: 0x00000000 0x231bef30 0x7fffffff 0x7e94ce82 0x00000000 0x231bef30 0x7fffffff 0x000000ff
12:34:20.795 -> 40822d80: 0x408127d8 0xfffffffd 0x40815000 0x408085b2 0x00000000 0x40815000 0x00000000 0x42035c10
12:34:20.828 -> 40822da0: 0x0000000f 0x40822de0 0x408127f8 0x42015da4 0x0000000f 0x40815000 0x00000001 0x42035960
12:34:20.828 -> 40822dc0: 0x0000000f 0x40822de0 0x00000009 0x00000000 0x0000000f 0x40815000 0x00000001 0x42035b4a
12:34:20.828 -> 40822de0: 0x00000000 0x00000000 0x00000000 0x00de0989 0x00000000 0x231bef30 0x7fffffff 0x000000ff
12:34:20.828 -> 40822e00: 0x0000000f 0xfffffffd 0x40810608 0x42014e98 0x0000000f 0x00000000 0x40810608 0x4201518a
12:34:20.860 -> 40822e20: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x40821cd8 0x00000000
12:34:20.860 -> 40822e40: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.860 -> 40822e60: 0x00000000 0x00000000 0x00000000 0x4200752c 0x00000000 0x00000000 0x00000000 0x42007542
12:34:20.860 -> 40822e80: 0x00000000 0x00000000 0x00000000 0x4080841c 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.892 -> 40822ea0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5
12:34:20.892 -> 40822ec0: 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xa5a5a5a5 0xbaad5678 0x00000168 0xabba1234 0x0000015c
12:34:20.892 -> 40822ee0: 0x40822ca0 0x00003865 0x4081304c 0x4081304c 0x40822ee0 0x40813044 0x00000014 0x408231c0
12:34:20.892 -> 40822f00: 0x408231c0 0x40822ee0 0x00000000 0x00000005 0x40821ed0 0x6267695a 0x6d5f6565 0x006e6961
12:34:20.924 -> 40822f20: 0x00000000 0x40822ec0 0x00000007 0x00000000 0x00000005 0x00000001 0x00000000 0x00000000
12:34:20.924 -> 40822f40: 0x0028793d 0x00000000 0x40815c74 0x40815cdc 0x40815d44 0x00000000 0x00000000 0x00000001
12:34:20.924 -> 40822f60: 0x00000000 0x00000000 0x00000000 0x4203f82c 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.956 -> 40822f80: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.956 -> 40822fa0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.956 -> 40822fc0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.956 -> 40822fe0: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.990 -> 40823000: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
12:34:20.990 -> 40823020: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 0xbaad5678
12:34:21.188 ->
12:34:21.188 ->
12:34:21.188 ->
12:34:21.188 -> ELF file SHA256: f4af5352e
12:34:21.188 -> Rebooting...
12:34:21.188 -> ESP-ROM:esp32c6-20220919
12:34:21.188 -> Build:Sep 19 2022
12:34:21.188 -> rst:0xc (SW_CPU),boot:0x18 (SPI_FAST_FLASH_BOOT)
12:34:21.188 -> Saved PC:0x4001975a
12:34:21.188 -> SPIWP:0xee
12:34:21.188 -> mode:DIO, clock div:2
12:34:21.188 -> load:0x40875720,len:0x1228
12:34:21.188 -> load:0x4086c110,len:0xd9c
12:34:21.188 -> load:0x4086e610,len:0x2f74
12:34:21.188 -> entry 0x4086c110
12:34:21.450 -> [ 0][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42004eb2
12:34:21.450 -> [ 12][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42004e76
12:34:21.450 -> [ 23][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42004e3a
12:34:21.482 -> [ 34][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42004dfe
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Area: ZigbeeIssues and Feature Request about ZigbeeIssues and Feature Request about Zigbee
Type
Projects
Status
Done