Hi;
I download Espressif_5.2.1 sdk and run esp_zigbee_gateway demo on ESP32-S3-WROOM-1, compile works ok ,as well as download , but open the monitor and see the logs , it tells below warning :
Executing action: monitor
Running idf_monitor in directory C:\Espressif_5.2.1\frameworks\esp-idf-v5.2.1\examples\zigbee\esp_zigbee_gateway
Executing "C:\Espressif_5.2.1\python_env\idf5.2_py3.11_env\Scripts\python.exe C:\Espressif_5.2.1\frameworks\esp-idf-v5.2.1\tools/idf_monitor.py -p COM39 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 --revision 0 C:\Espressif_5.2.1\frameworks\esp-idf-v5.2.1\examples\zigbee\esp_zigbee_gateway\build\esp_zigbee_gateway.elf --force-color -m 'C:\Espressif_5.2.1\python_env\idf5.2_py3.11_env\Scripts\python.exe' 'C:\Espressif_5.2.1\frameworks\esp-idf-v5.2.1\tools\idf.py' '-p' 'COM39'"...
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM39 instead...
--- esp-idf-monitor 1.4.0 on \\.\COM39 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2b (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xcbc
load:0x403cc700,len:0x2da0
entry 0x403c9914
I (27) boot: ESP-IDF v5.2.1-dirty 2nd stage bootloader
I (27) boot: compile time Jun 3 2024 09:54:47
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.2
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (39) boot.esp32s3: SPI Mode : DIO
I (44) boot.esp32s3: SPI Flash Size : 2MB
I (49) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (58) boot: ## Label Usage Type ST Offset Length
I (65) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (80) boot: 2 factory factory app 00 00 00010000 0015e000
I (87) boot: 3 zb_storage Unknown data 01 81 0016e000 00004000
I (95) boot: 4 zb_fct Unknown data 01 81 00172000 00000400
I (102) boot: 5 rcp_fw Unknown data 01 82 00173000 0007d000
I (110) boot: End of partition table
I (114) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=15390h ( 86928) map
I (138) esp_image: segment 1: paddr=000253b8 vaddr=3fc93700 size=02938h ( 10552) load
I (141) esp_image: segment 2: paddr=00027cf8 vaddr=40374000 size=08320h ( 33568) load
I (151) esp_image: segment 3: paddr=00030020 vaddr=42000020 size=6aec0h (437952) map
I (231) esp_image: segment 4: paddr=0009aee8 vaddr=4037c320 size=073cch ( 29644) load
I (244) boot: Loaded app from partition at offset 0x10000
I (244) boot: Disabling RNG early entropy source...
I (256) cpu_start: Multicore app
I (265) cpu_start: Pro cpu start user code
I (265) cpu_start: cpu freq: 160000000 Hz
I (265) cpu_start: Application information:
I (268) cpu_start: Project name: esp_zigbee_gateway
I (274) cpu_start: App version: v5.2.1-dirty
I (280) cpu_start: Compile time: Jun 3 2024 09:52:25
I (286) cpu_start: ELF file SHA256: 0ed04663e...
I (291) cpu_start: ESP-IDF: v5.2.1-dirty
I (296) cpu_start: Min chip rev: v0.0
I (301) cpu_start: Max chip rev: v0.99
I (306) cpu_start: Chip rev: v0.2
I (311) heap_init: Initializing. RAM available for dynamic allocation:
I (318) heap_init: At 3FC9F4A8 len 0004A268 (296 KiB): RAM
I (324) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (330) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (336) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (344) spi_flash: detected chip: winbond
I (347) spi_flash: flash io: dio
W (351) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (365) sleep: Configure to isolate all GPIO pins in sleep state
I (371) sleep: Enable automatic switching of GPIO sleep configuration
I (379) main_task: Started on CPU0
I (389) main_task: Calling app_main()
I (409) main_task: Returned from app_main()
I (429) ESP_ZB_GATEWAY: ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL
I (439) ESP_ZB_GATEWAY: Zigbee stack initialized
abort() was called at PC 0x42011cb6 on core 0
0x42011cb6: zb_assert at ??:?
Backtrace: 0x40375a1e:0x3fca8030 0x4037b0e9:0x3fca8050 0x403816ad:0x3fca8070 0x42011cb6:0x3fca80e0 0x4203be0f:0x3fca8100 0x4203be37:0x3fca8120 0x42038e1a:0x3fca8140 0x42038e2b:0x3fca8160 0x420160e4:0x3fca8180 0x4202d0ab:0x3fca81b0 0x42009957:0x3fca81d0 0x42009174:0x3fca81f0 0x4037bc39:0x3fca8220
ESP32-S3-WROOM-1 cannot run esp_zigbee_gateway demo
-
- Posts: 2
- Joined: Tue Jun 04, 2024 2:46 am
-
- Posts: 2
- Joined: Tue Jun 04, 2024 2:46 am
Re: ESP32-S3-WROOM-1 cannot run esp_zigbee_gateway demo
Checking on the net , it seems that the Red message is normal , but why it ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL. The demo just compile and not have any change .
Who is online
Users browsing this forum: Bing [Bot] and 78 guests