Skip to content

Instantly share code, notes, and snippets.

@atmelmicro
Created June 29, 2024 19:15
Show Gist options
  • Save atmelmicro/eb0892e6e8ca39a6a069de7677886663 to your computer and use it in GitHub Desktop.
Save atmelmicro/eb0892e6e8ca39a6a069de7677886663 to your computer and use it in GitHub Desktop.
ESP32 log
I (23) boot: ESP-IDF v5.2.1-dirty 2nd stage bootloader
I (24) boot: compile time Jun 29 2024 21:06:53
I (24) boot: chip revision: v0.0
I (27) boot.esp32c6: SPI Speed : 80MHz
I (32) boot.esp32c6: SPI Mode : DIO
I (36) boot.esp32c6: SPI Flash Size : 4MB
I (41) boot: Enabling RNG early entropy source...
I (47) boot: Partition Table:
I (50) boot: ## Label Usage Type ST Offset Length
I (57) boot: 0 esp_secure_cert unknown 3f 06 0000d000 00002000
I (65) boot: 1 nvs WiFi data 01 02 00010000 0000c000
I (72) boot: 2 nvs_keys NVS keys 01 04 0001c000 00001000
I (80) boot: 3 otadata OTA data 01 00 0001d000 00002000
I (87) boot: 4 phy_init RF data 01 01 0001f000 00001000
I (95) boot: 5 ota_0 OTA app 00 10 00020000 001e0000
I (102) boot: 6 ota_1 OTA app 00 11 00200000 001e0000
I (110) boot: 7 fctry WiFi data 01 02 003e0000 00006000
I (117) boot: 8 coredump Unknown data 01 03 003e6000 00010000
I (125) boot: End of partition table
I (129) boot: No factory image, trying OTA 0
I (134) esp_image: segment 0: paddr=00020020 vaddr=42130020 size=3cb48h (248648) map
I (194) esp_image: segment 1: paddr=0005cb70 vaddr=40800000 size=034a8h ( 13480) load
I (198) esp_image: segment 2: paddr=00060020 vaddr=42000020 size=12d4bch (1234108) map
I (454) esp_image: segment 3: paddr=0018d4e4 vaddr=408034a8 size=17184h ( 94596) load
I (477) esp_image: segment 4: paddr=001a4670 vaddr=4081a630 size=04f58h ( 20312) load
I (489) boot: Loaded app from partition at offset 0x20000
I (523) boot: Set actual ota_seq=1 in otadata[0]
I (524) boot: Disabling RNG early entropy source...
I (534) cpu_start: Unicore app
W (543) clk: esp_perip_clk_init() has not been implemented yet
I (550) cpu_start: Pro cpu start user code
I (550) cpu_start: cpu freq: 160000000 Hz
I (550) cpu_start: Application information:
I (553) cpu_start: Project name: light
I (557) cpu_start: App version: 1.0
I (562) cpu_start: Compile time: Jun 29 2024 21:06:50
I (568) cpu_start: ELF file SHA256: fe7628cb3...
I (573) cpu_start: ESP-IDF: v5.2.1-dirty
I (579) cpu_start: Min chip rev: v0.0
I (584) cpu_start: Max chip rev: v0.99
I (588) cpu_start: Chip rev: v0.0
I (593) heap_init: Initializing. RAM available for dynamic allocation:
I (600) heap_init: At 40830B30 len 0004BAE0 (302 KiB): RAM
I (606) heap_init: At 4087C610 len 00002F54 (11 KiB): RAM
I (613) heap_init: At 50000000 len 00003FE8 (15 KiB): RTCRAM
I (620) spi_flash: detected chip: generic
I (624) spi_flash: flash io: dio
W (628) rmt(legacy): legacy driver is deprecated, please migrate to `driver/rmt_tx.h` and/or `driver/rmt_rx.h`
I (639) sleep: Configure to isolate all GPIO pins in sleep state
I (645) sleep: Enable automatic switching of GPIO sleep configuration
I (652) esp_core_dump_flash: Init core dump to flash
I (658) esp_core_dump_flash: Found partition 'coredump' @ 3e6000 65536 bytes
I (665) coexist: coex firmware version: 77cd7f8
I (671) coexist: coexist rom version 5b8dcfa
I (676) main_task: Started on CPU0
I (676) main_task: Calling app_main()
🏎️ Hello, Embedded Swift! (Smart Light)
I (686) led_driver_ws2812: Initializing light driver
I (686) led_driver_ws2812: led set r:0, g:0, b:0
I (726) pp: pp rom version: 5b8dcfa
I (726) net80211: net80211 rom version: 5b8dcfa
I (736) wifi:wifi driver task: 4083d8f8, prio:23, stack:6656, core=0
I (746) wifi:wifi firmware version: a9f5b59
I (746) wifi:wifi certification version: v7.0
I (746) wifi:config NVS flash: enabled
I (746) wifi:config nano formating: disabled
I (746) wifi:mac_version:HAL_MAC_ESP32AX_761,ut_version:N
I (756) wifi:Init data frame dynamic rx buffer num: 32
I (756) wifi:Init static rx mgmt buffer num: 5
I (766) wifi:Init management short buffer num: 32
I (766) wifi:Init dynamic tx buffer num: 32
I (766) wifi:Init static tx FG buffer num: 2
I (776) wifi:Init static rx buffer size: 1700
I (776) wifi:Init static rx buffer num: 10
I (786) wifi:Init dynamic rx buffer num: 32
I (786) wifi_init: rx ba win: 6
I (786) wifi_init: tcpip mbox: 32
I (796) wifi_init: udp mbox: 6
I (796) wifi_init: tcp mbox: 6
I (796) wifi_init: tcp tx win: 5760
I (806) wifi_init: tcp rx win: 5760
I (806) wifi_init: tcp mss: 1440
I (816) wifi_init: WiFi IRAM OP enabled
I (816) wifi_init: WiFi RX IRAM OP enabled
I (836) chip[DL]: NVS set: chip-counters/reboot-count = 1 (0x1)
I (836) chip[DL]: NVS set: chip-counters/total-hours = 0 (0x0)
I (836) chip[DL]: NVS set: chip-config/unique-id = "7FAD7469664E3BFD"
I (846) chip[DL]: Real time clock set to 946684800 (0100/00/01 00:00:00 UTC)
I (846) BLE_INIT: Using main XTAL as clock source
I (856) BLE_INIT: ble controller commit:[217f1bf]
I (856) phy_init: phy_version 250,e14681b,Jan 24 2024,17:43:11
W (866) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration
I (936) phy: libbtbb version: 939f79c, Jan 24 2024, 17:43:26
I (936) NimBLE: GAP procedure initiated: stop advertising.
I (946) NimBLE: Failed to restore IRKs from store; status=8
I (946) CHIP[DL]: BLE host-controller synced
I (1446) chip[DL]: Configuring CHIPoBLE advertising (interval 25 ms, connectable)
I (1446) NimBLE: GAP procedure initiated: advertise;
I (1446) NimBLE: disc_mode=2
I (1446) NimBLE: adv_channel_map=0 own_addr_type=1 adv_filter_policy=0 adv_itvl_min=40 adv_itvl_max=40
I (1456) NimBLE:
I (1466) chip[DL]: CHIPoBLE advertising started
I (1466) chip[DL]: Starting ESP WiFi layer
W (1476) wifi:(bf)761:0x600a7cac:0x01b4b4b0
W (1476) wifi:(agc)0x600a7128:0xd21d9a90, min.avgNF:0xce->0xd2(dB), RCalCount:0x1d9, min.RRssi:0xa90(-87.00)
W (1486) wifi:(TB)WDEV_PWR_TB_MCS0:19
W (1486) wifi:(TB)WDEV_PWR_TB_MCS1:19
W (1496) wifi:(TB)WDEV_PWR_TB_MCS2:19
W (1496) wifi:(TB)WDEV_PWR_TB_MCS3:19
W (1496) wifi:(TB)WDEV_PWR_TB_MCS4:19
W (1506) wifi:(TB)WDEV_PWR_TB_MCS5:19
W (1506) wifi:(TB)WDEV_PWR_TB_MCS6:18
W (1506) wifi:(TB)WDEV_PWR_TB_MCS7:18
W (1516) wifi:(TB)WDEV_PWR_TB_MCS8:17
W (1516) wifi:(TB)WDEV_PWR_TB_MCS9:15
W (1516) wifi:(TB)WDEV_PWR_TB_MCS10:15
W (1526) wifi:(TB)WDEV_PWR_TB_MCS11:15
I (1526) wifi:11ax coex: WDEVAX_PTI0(0x55777555), WDEVAX_PTI1(0x00003377).
I (1536) wifi:mode : sta (54:32:04:0b:26:64)
I (1536) wifi:enable tsf
W (1536) wifi:Haven't to connect to a suitable AP now!
I (1546) chip[DL]: Done driving station state, nothing else to do...
W (1546) wifi:Haven't to connect to a suitable AP now!
I (1556) chip[DL]: Done driving station state, nothing else to do...
I (1566) chip[SVR]: Initializing subscription resumption storage...
I (1566) chip[SVR]: Server initializing...
I (1576) chip[TS]: Last Known Good Time: [unknown]
I (1576) chip[TS]: Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
I (1586) chip[DMG]: AccessControl: initializing
I (1596) chip[DMG]: Examples::AccessControlDelegate::Init
I (1596) chip[DMG]: AccessControl: setting
I (1606) chip[DMG]: DefaultAclStorage: initializing
I (1606) chip[DMG]: DefaultAclStorage: 0 entries loaded
I (1616) chip[ZCL]: Using ZAP configuration...
I (1616) esp_matter_cluster: Cluster plugin init common callback
I (1626) chip[DMG]: AccessControlCluster: initializing
I (1636) chip[ZCL]: 0x421357b8ep 0 clus 0x0000_0030 attr 0x0000_0000 not supported
I (1646) chip[ZCL]: Initiating Admin Commissioning cluster.
I (1646) chip[DIS]: Updating services using commissioning mode 1
I (1656) chip[DIS]: CHIP minimal mDNS started advertising.
I (1666) chip[DIS]: Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1
I (1676) chip[DIS]: CHIP minimal mDNS configured as 'Commissionable node device'; instance name: DBBE67FAB6123AC3.
I (1686) chip[DIS]: mDNS service published: _matterc._udp
I (1686) chip[IN]: CASE Server enabling CASE session setups
I (1696) chip[SVR]: Joining Multicast groups
I (1696) chip[SVR]: Server Listening...
I (1706) esp_matter_core: Dynamic endpoint 0 added
I (1706) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000003's Attribute 0x00000001 is 0 **********
lightEndpoint.eventHandler:
unknown
0
I (1726) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000004's Attribute 0x00000000 is 128 **********
lightEndpoint.eventHandler:
unknown
128
I (1736) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000004's Attribute 0x0000FFFC is <invalid type: 0> **********
I (1756) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x0000FFFC is 1 **********
I (1766) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00004003 is 0 **********
I (1776) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 1 **********
I (1786) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 1 **********
I (1796) chip[ZCL]: Toggle ep1 on/off from state 1 to 0
I (1806) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00000000 is 0 **********
lightEndpoint.eventHandler:
onOff
0
I (1826) led_driver_ws2812: led set r:0, g:0, b:0
I (1826) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x0000FFFC is 1 **********
I (1836) chip[ZCL]: Off completed. reset OnTime to 0
I (1846) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000006's Attribute 0x00004001 is 0 **********
I (1856) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000005's Attribute 0x00000003 is 0 **********
lightEndpoint.eventHandler:
unknown
0
I (1866) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000002 is 1 **********
I (1886) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000003 is 254 **********
I (1896) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x0000FFFC is 3 **********
I (1906) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 64 **********
I (1916) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00004000 is 64 **********
I (1926) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000008's Attribute 0x00000000 is 64 **********
lightEndpoint.eventHandler:
levelControl
64
I (1946) led_driver_ws2812: led set r:0, g:0, b:0
I (1946) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00004010 is 250 **********
I (1966) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 250 **********
I (1976) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x0000400B is 0 **********
I (1986) esp_matter_attribute: ********** R : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x0000400C is 65279 **********
I (1996) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000007 is 250 **********
lightEndpoint.eventHandler:
colorControl(colorTemperatureMireds)
250
I (2016) led_driver_ws2812: led set r:0, g:0, b:0
I (2016) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00000008 is 2 **********
lightEndpoint.eventHandler:
colorControl(colorMode)
2
I (2036) esp_matter_attribute: ********** W : Endpoint 0x0001's Cluster 0x00000300's Attribute 0x00004001 is 2 **********
I (2046) esp_matter_core: Dynamic endpoint 1 added
I (2056) chip[DL]: WIFI_EVENT_STA_START
W (2056) wifi:Haven't to connect to a suitable AP now!
I (2066) chip[DL]: Done driving station state, nothing else to do...
I (2076) chip[DL]: Configuring CHIPoBLE advertising (interval 25 ms, connectable)
I (2076) chip[DL]: Device already advertising, stop active advertisement and restart
I (2086) NimBLE: GAP procedure initiated: stop advertising.
I (2096) NimBLE: GAP procedure initiated: advertise;
I (2096) NimBLE: disc_mode=2
I (2106) NimBLE: adv_channel_map=0 own_addr_type=1 adv_filter_policy=0 adv_itvl_min=40 adv_itvl_max=40
I (2116) NimBLE:
I (2116) esp_matter_core: Cannot find minimum unused endpoint_id, try to find in the previous namespace
I (2126) esp_matter_core: Failed to open node namespace
I (2136) main_task: Returned from app_main()
I (17706) chip[DL]: BLE GAP connection established (con 1)
I (17706) chip[DL]: CHIPoBLE advertising stopped
I (18566) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (18566) chip[BLE]: local and remote recv window sizes = 5
I (18576) chip[BLE]: selected BTP version 4
I (18576) chip[BLE]: using BTP fragment sizes rx 244 / tx 244.
I (18746) chip[DL]: Write request/command received for CHIPoBLE TX CCCD characteristic (con 1 ) indicate = 1
I (18746) chip[DL]: CHIPoBLE subscribe received
I (18756) NimBLE: GATT procedure initiated: indicate;
I (18756) NimBLE: att_handle=18
I (18836) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (18836) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (18846) chip[EM]: >>> [E:57213r S:0 M:86654269] (U) Msg RX from 0:8FDAFA583CB66D51 [0000] --- Type 0000:20 (SecureChannel:PBKDFParamRequest)
I (18866) chip[EM]: <<< [E:57213r S:0 M:128838922] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse)
I (18876) NimBLE: GATT procedure initiated: indicate;
I (18876) NimBLE: att_handle=18
I (18886) chip[SVR]: Commissioning session establishment step started
I (18926) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (18926) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (18936) chip[EM]: >>> [E:57213r S:0 M:86654270] (U) Msg RX from 0:8FDAFA583CB66D51 [0000] --- Type 0000:22 (SecureChannel:PASE_Pake1)
I (19006) chip[EM]: <<< [E:57213r S:0 M:128838923] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2)
I (19006) NimBLE: GATT procedure initiated: indicate;
I (19016) NimBLE: att_handle=18
I (19076) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19076) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19086) chip[EM]: >>> [E:57213r S:0 M:86654271] (U) Msg RX from 0:8FDAFA583CB66D51 [0000] --- Type 0000:24 (SecureChannel:PASE_Pake3)
I (19096) chip[EM]: <<< [E:57213r S:0 M:128838924] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport)
I (19116) NimBLE: GATT procedure initiated: indicate;
I (19116) NimBLE: att_handle=18
I (19126) chip[SC]: SecureSession[0x40822b00, LSID:5861]: State change 'kEstablishing' --> 'kActive'
I (19136) chip[SVR]: Commissioning completed session establishment step
I (19136) chip[DIS]: Updating services using commissioning mode 0
I (19146) chip[DIS]: CHIP minimal mDNS started advertising.
I (19156) chip[DIS]: Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=0
I (19166) chip[DIS]: CHIP minimal mDNS configured as 'Commissionable node device'; instance name: DBBE67FAB6123AC3.
I (19176) chip[DIS]: mDNS service published: _matterc._udp
I (19176) chip[SVR]: Device completed Rendezvous process
I (19196) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19196) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19206) chip[EM]: >>> [E:57214r S:5861 M:145082915] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19216) chip[EM]: <<< [E:57214r S:5861 M:28863875] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19226) NimBLE: GATT procedure initiated: indicate;
I (19236) NimBLE: att_handle=18
I (19286) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19286) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19296) chip[EM]: >>> [E:57215r S:5861 M:145082916] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19306) chip[EM]: <<< [E:57215r S:5861 M:28863876] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19316) NimBLE: GATT procedure initiated: indicate;
I (19326) NimBLE: att_handle=18
I (19376) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19376) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19386) chip[EM]: >>> [E:57216r S:5861 M:145082917] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19396) chip[EM]: <<< [E:57216r S:5861 M:28863877] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19406) NimBLE: GATT procedure initiated: indicate;
I (19416) NimBLE: att_handle=18
I (19466) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19496) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19496) chip[EM]: >>> [E:57217r S:5861 M:145082918] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19506) chip[EM]: <<< [E:57217r S:5861 M:28863878] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19516) NimBLE: GATT procedure initiated: indicate;
I (19526) NimBLE: att_handle=18
I (19586) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19586) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19596) chip[EM]: >>> [E:57218r S:5861 M:145082919] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19606) chip[EM]: <<< [E:57218r S:5861 M:28863879] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19616) NimBLE: GATT procedure initiated: indicate;
I (19626) NimBLE: att_handle=18
I (19676) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19706) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19706) chip[EM]: >>> [E:57219r S:5861 M:145082920] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19726) chip[DL]: NVS set: chip-config/reg-location = 0 (0x0)
I (19726) esp_matter_attribute: ********** R : Endpoint 0x0000's Cluster 0x00000030's Attribute 0x00000000 is 0 **********
I (19736) chip[EM]: <<< [E:57219r S:5861 M:28863880] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19746) NimBLE: GATT procedure initiated: indicate;
I (19756) NimBLE: att_handle=18
I (19826) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19826) NimBLE: GATT procedure initiated: indicate;
I (19836) NimBLE: att_handle=18
I (19886) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19886) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19896) chip[EM]: >>> [E:57220r S:5861 M:145082921] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
I (19916) chip[EM]: <<< [E:57220r S:5861 M:28863881] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
I (19916) NimBLE: GATT procedure initiated: indicate;
I (19926) NimBLE: att_handle=18
I (19976) chip[DL]: Confirm received for CHIPoBLE TX characteristic indication (con 1) status= 14
I (19976) CHIP[DL]: Write request received for CHIPoBLE RX characteristic con 1 16
I (19986) chip[EM]: >>> [E:57221r S:5861 M:145082922] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
I (19996) esp_matter_command: Received command 0x00000000 for endpoint 0x0000's cluster 0x00000030
I (20006) chip[FS]: GeneralCommissioning: Received ArmFailSafe (60s)
I (20016) esp_matter_attribute: ********** W : Endpoint 0x0000's Cluster 0x00000030's Attribute 0x00000000 is 4 **********
Guru Meditation Error: Core 0 panic'ed (Load access fault). Exception was unhandled.
Core 0 register dump:
MEPC : 0x4200b696 RA : 0x4200b3c4 SP : 0x408467b0 GP : 0x4081ae30
Stack dump detected
0x4200b696: $ss13swift_release6objectyBp_tF at ??:?
0x4200b3c4: $s10__idf_main8RootNodeV9attribute8identifyACSgyAA20MatterAttributeEventO_AA8EndpointVAA7ClusterVs6UInt32VSpySo21esp_matter_attr_val_taGSgtc_ySo0m1_N0O14identificationO13callback_typeV_s6UInt16Vs5UInt8VA0_tctcfcs5Int32VAtDOAWV_Az2nRSvSgtcfU_ at ??:?
TP : 0x4080c9dc T0 : 0x4200af88 T1 : 0x42006aea T2 : 0xffffffff
0x4080c9dc: xQueueGiveMutexRecursive at /home/david/esp/v5.2.1/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c:789
0x4200af88: $s10__idf_main6MatterO4NodeC12eventHandler4type8endpoint7cluster9attribute5valueyAA0C14AttributeEventO_AA8EndpointVAA7ClusterVs6UInt32VSpySo21esp_matter_attr_val_taGSgtF at ??:?
0x42006aea: esp_vfs_open at /home/david/esp/v5.2.1/esp-idf/components/vfs/vfs.c:471
S0/FP : 0x40835108 S1 : 0x40834b80 A0 : 0x40834b80 A1 : 0x49284805
A2 : 0x00000001 A3 : 0x00000000 A4 : 0x40846808 A5 : 0x40834b80
A6 : 0x4200b3e4 A7 : 0x0000000a S2 : 0x40846808 S3 : 0x00000000
0x4200b3e4: $s10__idf_main8RootNodeV9attribute8identifyACSgyAA20MatterAttributeEventO_AA8EndpointVAA7ClusterVs6UInt32VSpySo21esp_matter_attr_val_taGSgtc_ySo0m1_N0O14identificationO13callback_typeV_s6UInt16Vs5UInt8VA0_tctcfcs5Int32VAtDOAWV_Az2nRSvSgtcfU_To at ??:?
S4 : 0x40835124 S5 : 0x40835a04 S6 : 0x00000000 S7 : 0x4200b6ae
0x4200b6ae: $s10__idf_main6MatterO4NodeCAEycfcyAA0C14AttributeEventO_AA8EndpointVAA7ClusterVs6UInt32VSpySo21esp_matter_attr_val_taGSgtcAEcfu_yAG_AikmQtcfu0_TA at Main.swift.obj:?
S8 : 0x00000000 S9 : 0x4213c168 S10 : 0x40846cf0 S11 : 0x00000000
T3 : 0x00000000 T4 : 0x00000080 T5 : 0x00000040 T6 : 0xdfffffff
MSTATUS : 0x00001881 MTVEC : 0x40800001 MCAUSE : 0x00000005 MTVAL : 0x49284809
0x40800001: _vector_table at ??:?
MHARTID : 0x00000000
Backtrace:
0x4200b696 in $ss13swift_release6objectyBp_tF ()
#0 0x4200b696 in $ss13swift_release6objectyBp_tF ()
#1 0x4200b3c4 in $s10__idf_main8RootNodeV9attribute8identifyACSgyAA20MatterAttributeEventO_AA8EndpointVAA7ClusterVs6UInt32VSpySo21esp_matter_attr_val_taGSgtc_ySo0m1_N0O14identificationO13callback_typeV_s6UInt16Vs5UInt8VA0_tctcfcs5Int32VAtDOAWV_Az2nRSvSgtcfU_ ()
Backtrace stopped: frame did not save the PC
ELF file SHA256: fe7628cb3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment