Trying to build matter thermostat example for 54l15dk, 2.8.0 Intel MacBook Pro, normal build using VSCODE or command line works. Flash from VSCODE fails, program using programmer, Precise data bus error

The 52840 chip is stable with this and I have extended the code for my project, but I can't seem to get the 54L15 to be stable.

I will add the coredump and rebuild as well, but I think just trying this, commission on Apple and wait and you will get the crash as well, also you can try building with debug and it should crash on commission.

Build in vscode

 *  Executing task: nRF Connect: Generate config nrf54l15dk/nrf54l15/cpuapp for /Users/stevenriedl/Github/thermostat_3 

Building thermostat_3
west build --build-dir /Users/stevenriedl/Github/thermostat_3/build /Users/stevenriedl/Github/thermostat_3 --pristine --board nrf54l15dk/nrf54l15/cpuapp -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=/Users/stevenriedl/Github/thermostat_3

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/opt/[email protected]/bin/python3.12 (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
Parsing /Users/stevenriedl/Github/thermostat_3/Kconfig.sysbuild
Loaded configuration '/Users/stevenriedl/Github/thermostat_3/build/_sysbuild/empty.conf'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/sysbuild.conf'
Configuration saved to '/Users/stevenriedl/Github/thermostat_3/build/zephyr/.config'
Kconfig header saved to '/Users/stevenriedl/Github/thermostat_3/build/_sysbuild/autoconf.h'
-- 
   *****************************
   * Running CMake for mcuboot *
   *****************************

Loading Zephyr default modules (Zephyr base).
-- Application: /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found Dtc: /opt/nordic/ncs/toolchains/15b490767d/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6") 
-- Found BOARD.dts: /opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /Users/stevenriedl/Github/thermostat_3/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/dts.cmake
Parsing /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration '/opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_defconfig'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/sysbuild/mcuboot/prj.conf'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf'
Merged configuration '/opt/nordic/ncs/v2.8.0/nrf/subsys/partition_manager/ext_flash_mcuboot_secondary.conf'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/.config.sysbuild'
Configuration saved to '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/.config'
Kconfig header saved to '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Setting build type to 'MinSizeRel' as none was specified.
-- Using ccache: /opt/nordic/ncs/toolchains/15b490767d/bin/ccache
MCUBoot bootloader key file: /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build/mcuboot
-- 
   **********************************
   * Running CMake for thermostat_3 *
   **********************************

-- Application: /Users/stevenriedl/Github/thermostat_3
-- CMake version: 3.21.0
Loading Zephyr default modules (Zephyr base).
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found Dtc: /opt/nordic/ncs/toolchains/15b490767d/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6") 
-- Found BOARD.dts: /opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /Users/stevenriedl/Github/thermostat_3/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/dts.cmake

warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.

Parsing /Users/stevenriedl/Github/thermostat_3/Kconfig
Loaded configuration '/opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_defconfig'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/prj.conf'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/boards/nrf54l15dk_nrf54l15_cpuapp.conf'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config.sysbuild'
Configuration saved to '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config'
Kconfig header saved to '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_library_config ===============
################### OPENTHREAD REPORT ###################
+ Target device: nrf54l15
+ Thread version: v1.4
+ OpenThread library feature set: Minimal Thread Device (MTD)
+ Thread device type: Minimal End Device (MED)
+ OpenThread Library: openthread/lib/nrf54l15_cpuapp/soft-float/v1.4/mtd/
+ OpenThread NCS revision: ncs-thread-reference-20241002
+ OpenThread NCS SHA: ee86dc26d
+ NCS revision: v2.8.0
+ NCS SHA: a2386bfc84
+ No differences in the used Thread library in comparison to the NCS v2.8.0 release.
###################        END        ###################
-- Setting build type to 'MinSizeRel' as none was specified.
-- Using ccache: /opt/nordic/ncs/toolchains/15b490767d/bin/ccache
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found version "3.12.4") found components: Interpreter 
-- Including signing script: /opt/nordic/ncs/v2.8.0/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at /opt/nordic/ncs/v2.8.0/zephyr/CMakeLists.txt:2134 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/opt/[email protected]/bin/python3.12 (found version "3.12.4") found components: Interpreter 
-- Found partition manager static configuration : /Users/stevenriedl/Github/thermostat_3/pm_static_nrf54l15dk_nrf54l15_cpuapp.yml
Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build
-- west build: building application
[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /Users/stevenriedl/Github/thermostat_3
-- CMake version: 3.21.0
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found BOARD.dts: /opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /Users/stevenriedl/Github/thermostat_3/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/dts.cmake

warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.

Parsing /Users/stevenriedl/Github/thermostat_3/Kconfig
Loaded configuration '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config.sysbuild'
No change to configuration in '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config'
No change to Kconfig header in '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/autoconf.h'
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_library_config ===============
################### OPENTHREAD REPORT ###################
+ Target device: nrf54l15
+ Thread version: v1.4
+ OpenThread library feature set: Minimal Thread Device (MTD)
+ Thread device type: Minimal End Device (MED)
+ OpenThread Library: openthread/lib/nrf54l15_cpuapp/soft-float/v1.4/mtd/
+ OpenThread NCS revision: ncs-thread-reference-20241002
+ OpenThread NCS SHA: ee86dc26d
+ NCS SHA: a2386bfc84
+ No differences in the used Thread library in comparison to the NCS v2.8.0 release.
###################        END        ###################
-- Using ccache: /opt/nordic/ncs/toolchains/15b490767d/bin/ccache
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found version "3.12.4") found components: Interpreter 
-- Including signing script: /opt/nordic/ncs/v2.8.0/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at /opt/nordic/ncs/v2.8.0/zephyr/CMakeLists.txt:2134 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3
[1/552] Preparing syscall dependency handling

[8/552] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr), build: v3.7.99-ncs1
[456/552] Performing build step for 'chip-gn'
Starting Matter library build in /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/modules/connectedhomeip
Done. Made 3623 targets from 277 files in 1625ms
[348/348] ar libCHIP.a
Matter library build complete
[552/552] Linking CXX executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      805800 B      1430 KB     55.03%
             RAM:      188360 B       256 KB     71.85%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/zephyr.elf for board: nrf54l15dk
image.py: sign the payload
image.py: sign the payload
[11/23] Generating new Factory Data...
[INFO] Generating SPAKE2+ Verifier...
[WARNING] KEY password has not been provided. It means that DAC key is not encrypted.
[INFO] Validating JSON with schema...
[INFO] Validate OK
[1/295] Preparing syscall dependency handling

[8/295] Generating include/generated/zephyr/version.h
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr), build: v3.7.99-ncs1
[295/295] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       40622 B        48 KB     82.65%
             RAM:       29504 B       256 KB     11.25%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/zephyr.elf for board: nrf54l15dk
[23/23] Generating ../merged.hex
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: nRF Connect: Build: thermostat_3/build (active) 

Building thermostat_3
west build --build-dir /Users/stevenriedl/Github/thermostat_3/build /Users/stevenriedl/Github/thermostat_3

[0/1] Re-running CMake...
Loading Zephyr module(s) (Zephyr base (cached)): sysbuild_default
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/opt/[email protected]/bin/python3.12 (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
Parsing /Users/stevenriedl/Github/thermostat_3/Kconfig.sysbuild
Loaded configuration '/Users/stevenriedl/Github/thermostat_3/build/zephyr/.config'
No change to configuration in '/Users/stevenriedl/Github/thermostat_3/build/zephyr/.config'
No change to Kconfig header in '/Users/stevenriedl/Github/thermostat_3/build/_sysbuild/autoconf.h'
-- 
   *****************************
   * Running CMake for mcuboot *
   *****************************

Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found BOARD.dts: /opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /Users/stevenriedl/Github/thermostat_3/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/dts.cmake
Parsing /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/.config'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/.config.sysbuild'
No change to configuration in '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/.config'
No change to Kconfig header in '/Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
-- Using ccache: /opt/nordic/ncs/toolchains/15b490767d/bin/ccache
MCUBoot bootloader key file: /opt/nordic/ncs/v2.8.0/bootloader/mcuboot/root-rsa-2048.pem
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build/mcuboot
-- 
   **********************************
   * Running CMake for thermostat_3 *
   **********************************

Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /Users/stevenriedl/Github/thermostat_3
-- CMake version: 3.21.0
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
-- Cache files will be written to: /Users/stevenriedl/Library/Caches/zephyr
-- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.8.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf54l15dk, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.8 (/opt/nordic/ncs/toolchains/15b490767d/opt/zephyr-sdk)
-- Found BOARD.dts: /opt/nordic/ncs/v2.8.0/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /Users/stevenriedl/Github/thermostat_3/boards/nrf54l15dk_nrf54l15_cpuapp.overlay
unit address and first address in 'reg' (0x5004c000) don't match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/dts.cmake

warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.

Parsing /Users/stevenriedl/Github/thermostat_3/Kconfig
Loaded configuration '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config'
Merged configuration '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config.sysbuild'
No change to configuration in '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/.config'
No change to Kconfig header in '/Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/include/generated/zephyr/autoconf.h'
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING: False
Backup: CONFIG_MBEDTLS_THREADING_ALT: True
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: True
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING: False
Restore: CONFIG_MBEDTLS_THREADING_ALT: True
=========== End psa_crypto_library_config ===============
################### OPENTHREAD REPORT ###################
+ Target device: nrf54l15
+ Thread version: v1.4
+ OpenThread library feature set: Minimal Thread Device (MTD)
+ Thread device type: Minimal End Device (MED)
+ OpenThread Library: openthread/lib/nrf54l15_cpuapp/soft-float/v1.4/mtd/
+ OpenThread NCS revision: ncs-thread-reference-20241002
+ OpenThread NCS SHA: ee86dc26d
+ NCS SHA: a2386bfc84
+ No differences in the used Thread library in comparison to the NCS v2.8.0 release.
###################        END        ###################
-- Using ccache: /opt/nordic/ncs/toolchains/15b490767d/bin/ccache
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/bin/python (found version "3.12.4") found components: Interpreter 
-- Including signing script: /opt/nordic/ncs/v2.8.0/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at /opt/nordic/ncs/v2.8.0/zephyr/CMakeLists.txt:2134 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build/thermostat_3
-- Found Python3: /opt/nordic/ncs/toolchains/15b490767d/opt/[email protected]/bin/python3.12 (found version "3.12.4") found components: Interpreter 
-- Found partition manager static configuration : /Users/stevenriedl/Github/thermostat_3/pm_static_nrf54l15dk_nrf54l15_cpuapp.yml
Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/stevenriedl/Github/thermostat_3/build
[29/29] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       40622 B        48 KB     82.65%
             RAM:       29504 B       256 KB     11.25%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /Users/stevenriedl/Github/thermostat_3/build/mcuboot/zephyr/zephyr.elf for board: nrf54l15dk
[57/158] Performing build step for 'chip-gn'
Starting Matter library build in /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/modules/connectedhomeip
Done. Made 3623 targets from 277 files in 628ms
ninja: no work to do.
Matter library build complete
[156/156] Linking CXX executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      805800 B      1430 KB     55.03%
             RAM:      188360 B       256 KB     71.85%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from /Users/stevenriedl/Github/thermostat_3/build/thermostat_3/zephyr/zephyr.elf for board: nrf54l15dk
image.py: sign the payload
image.py: sign the payload
[12/12] Generating ../merged.hex
 *  Terminal will be reused by tasks, press any key to close it. 

 *  Executing task: nRF Connect: Flash: thermostat_3/build (active) 

Flashing build to 1057730902
west flash -d /Users/stevenriedl/Github/thermostat_3/build --skip-rebuild --dev-id 1057730902 --erase

-- west flash: using runner nrfutil
-- runners.nrfutil: mass erase requested
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: /Users/stevenriedl/Github/thermostat_3/build/merged.hex
Error: nrfutil command `device` not found. See `nrfutil list` for full list of installed commands, `nrfutil search` for installable commands, and `nrfutil install` for installation of new commands.

Caused by:
    Subcommand nrfutil-device not found
-- runners.nrfutil: Board with serial number 1057730902 flashed successfully.
 *  Terminal will be reused by tasks, press any key to close it. 

Initial boot and commission works

uart:~$ *** Booting My Application v2.8.0-a31d2786ed4c ***
*** Using nRF Connect SDK v2.8.0-a2386bfc8401 ***
*** Using Zephyr OS v3.7.99-0bc3393fb112 ***
I: 1406 [DL]BLE address: D8:24:72:E2:16:48
I: 1413 [DL]CHIP task running
I: Init CHIP stack
I: 1418 [DL]OpenThread started: OK
I: 1421 [DL]Setting OpenThread device type to MINIMAL END DEVICE
I: 1427 [DL]Found DAC Private Key in factory data set. Copying to secure storage...
I: 1439 [DL]The device does not support hardware protection against write.
D: Registered new test event: 0xffffffff00000000
D: Registered new test event: 0xffffffff10000000
I: 1454 [SVR]Subscription persistence not supported
I: 1458 [SVR]Server initializing...
I: 1462 [TS]Last Known Good Time: [unknown]
I: 1465 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
I: 1474 [DMG]AccessControl: initializing
I: 1478 [DMG]Examples::AccessControlDelegate::Init
I: 1482 [DMG]AccessControl: setting
I: 1485 [DMG]DefaultAclStorage: initializing
I: 1489 [DMG]DefaultAclStorage: 0 entries loaded
D: 1493 [IN]UDP::Init bind&listen port=5540
E: 1497 [IN]IPV6_PKTINFO failed: 109
D: 1501 [IN]UDP::Init bound to port=5540
D: 1504 [IN]BLEBase::Init - setting/overriding transport
D: 1509 [IN]TransportMgr initialized
D: 1515 [DL]Using Thread extended MAC for hostname.
I: 1521 [ZCL]Using ZAP configuration...
I: 1525 [DMG]AccessControlCluster: initializing
I: 1530 [ZCL]Cluster callback: 0x0000_0030
D: 1533 [DL]Boot reason: 1
I: 1536 [ZCL]Initiating Admin Commissioning cluster.
I: 1541 [ZCL]Cluster callback: 0x0000_0003
I: 1544 [ZCL]Identify attribute ID: 0x0000_0001 Type: 48 Value: 2, length 1
I: 1551 [ZCL]Cluster callback: 0x0000_0004
I: 1555 [ZCL]Cluster callback: 0x0000_0004
D: 1559 [IN]SecureSession[0x20004400]: Allocated Type:1 LSID:30654
D: 1565 [DL]CHIPoBLE advertising set to on
I: 1569 [DIS]Updating services using commissioning mode 1
E: 1574 [DIS]Failed to remove advertised services: 3
D: 1578 [DL]Using Thread extended MAC for hostname.
I: 1583 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
E: 1592 [DIS]Failed to advertise commissionable node: 3
E: 1597 [DIS]Failed to finalize service update: 3
I: 1602 [DIS]Updating services using commissioning mode 1
E: 1607 [DIS]Failed to remove advertised services: 3
D: 1611 [DL]Using Thread extended MAC for hostname.
I: 1616 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
E: 1625 [DIS]Failed to advertise commissionable node: 3
E: 1630 [DIS]Failed to finalize service update: 3
I: 1634 [IN]CASE Server enabling CASE session setups
D: 1639 [IN]SecureSession[0x200044d0]: Allocated Type:2 LSID:30655
I: 1645 [SVR]Joining Multicast groups
I: 1649 [SVR]Server Listening...
I: 1651 [DL]Device Configuration:
I: 1654 [DL]  Serial Number: 11223344556677889900
I: 1659 [DL]  Vendor Id: 65521 (0xFFF1)
I: 1662 [DL]  Product Id: 32782 (0x800E)
I: 1666 [DL]  Product Name: not-specified
I: 1670 [DL]  Hardware Version: 0
I: 1673 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
I: 1678 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
I: 1685 [DL]  Manufacturing Date: 2022-01-01
I: 1688 [DL]  Device Type: 65535 (0xFFFF)
I: 1692 [SVR]SetupQRCode: [MT:O4CT342C00KA0648G00]
I: 1697 [SVR]Copy/paste the below URL in a browser to see the QR Code:
I: 1703 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AO4CT342C00KA0648G00
I: 1712 [SVR]Manual pairing code: [34970112332]
I: 1716 [ZCL]Cluster callback: 0x0000_0201
I: Thermostat:
I:      Mode - 0
I:      LocalTemperature - No Value
I:      OutdoorTemperature - No Value
I:      HeatingSetpoint - 0,0'C
I:      CoolingSetpoint - 0,0'C 

I: 1734 [ZCL]Cluster callback: 0x0000_0201
I: Thermostat:
I:      Mode - 0
I:      LocalTemperature - No Value
I:      OutdoorTemperature - No Value
I:      HeatingSetpoint - 0,0'C
I:      CoolingSetpoint - 0,0'C 

I: Initialize binding Handler
I: 1754 [SVR]Cannot load binding table: a0
I: Binding Table size: [0]:
I: 1760 [ZCL]Cluster callback: 0x0000_0201
I: Thermostat:
I:      Mode - 0
I:      LocalTemperature - 20,0'C
I:      OutdoorTemperature - No Value
I:      HeatingSetpoint - 0,0'C
I:      CoolingSetpoint - 0,0'C 

After random interval 5-30 minutes usually it crashes

I: 9311802 [EM]<<< [E:15176i S:33333 M:258404860] (S) Msg TX to 1:00000000B717E355 [7653] [UDP:[fd53:5edf:a58c:0:1e19:6470:2715:f430]:56180] --- Type 0001:05 (IM:ReportData)
I: NO DEVICE BOUND
I: 9311860 [EM]>>> [E:15176i S:33333 M:44246942 (Ack:258404860)] (S) Msg RX from 1:00000000B717E355 [7653] --- Type 0001:01 (IM:StatusResponse)
I: 9311872 [IM]Received status response, status is 0x00
I: 9311878 [EM]<<< [E:15176i S:33333 M:258404861 (Ack:44246942)] (S) Msg TX to 1:00000000B717E355 [7653] [UDP:[fd53:5edf:a58c:0:1e19:6470:2715:f430]:56180] --- Type 0000:10 (SecureChannel:StandaloneAck)
I: 9341780 [ZCL]Cluster callback: 0x0000_0201
I: Thermostat:
I: Mode - 4
I: LocalTemperature - 16,0'C
I: OutdoorTemperature - No Value
I: HeatingSetpoint - 16,1'C
I: CoolingSetpoint - 26,0'C

I: 9341802 [EM]<<< [E:15177i S:33333 M:258404862] (S) Msg TX to 1:00000000B717E355 [7653] [UDP:[fd53:5edf:a58c:0:1e19:6470:2715:f430]:56180] --- Type 0001:05 (IM:ReportData)
I: NO DEVICE BOUND
I: 9341862 [EM]>>> [E:15177i S:33333 M:44246943 (Ack:258404862)] (S) Msg RX from 1:00000000B717E355 [7653] --- Type 0001:01 (IM:StatusResponse)
I: 9341874 [IM]Received status response, status is 0x00
I: 9341880 [EM]<<< [E:15177i S:33333 M:258404863 (Ack:44246943)] (S) Msg TX to 1:00000000B717E355 [7653] [UDP:[fd53:5edf:a58c:0:1e19:6470:2715:f430]:56180] --- Type 0000:10 (SecureChannel:StandaloneAck)
I: 9371780 [ZCL]Cluster callback: 0x0000_0201
I: Thermostat:
I: Mode - 4
I: LocalTemperature - 16,0'C
I: OutdoorTemperature - No Value
I: HeatingSetpoint - 16,1'C
I: CoolingSetpoint - 26,0'C

E: ***** BUS FAULT *****
E: Precise data bus error
E: BFAR Address: 0x8
E: r0/a1: 0x00000000 r1/a2: 0x00000000 r2/a3: 0x2000eef0
E: r3/a4: 0x00000000 r12/ip: 0x000bc128 r14/lr: 0x00056f1b
E: xpsr: 0x49000000
E: Faulting instruction address (r15/pc): 0x0001fc30
E: >>> ZEPHYR FATAL ERROR 25: Unknown error on CPU 0
E: Current thread: 0x2000eef0 (main)
E: Halting system

I can add a coredump to the prj file and get the core dump, have not been able to do much to debug the issue with that.

When I turn on the -Og flag for debugging, It crashes immediately when trying to commission it.

Parents
  • 0.7.0

    No, this happens around 5 minutes or longer after the device has been commissioned using apple. When you reset the board it works again for another 5 - 20 minutes, then hits this error.

    I tried to add the -Og debug to the build using VSCODE and did the build in vscode, but that build crashes during commissioning. I have not yet had the time to bring that in to gdb to trace back.

    
    *** Booting My Application v2.7.0-cd75f821381d ***
    *** Using nRF Connect SDK v2.7.0-5cb85570ca43 ***
    *** Using Zephyr OS v3.6.99-100befc70c74 ***
    uart:~$ I: 32 [DL]BLE address: CD:81:81:0F:68:47
    I: 40 [DL]CHIP task running
    I: Init CHIP stack
    I: 44 [DL]OpenThread started: OK
    I: 47 [DL]Setting OpenThread device type to MINIMAL END DEVICE
    I: 54 [DL]Found DAC Private Key in factory data set. Copying to secure storage...
    I: 61 [DL]The device does not support hardware protection against write.
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 76 [SVR]Subscription persistence not supported
    I: 80 [SVR]Server initializing...
    I: 83 [TS]Last Known Good Time: [unknown]
    I: 87 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
    I: 96 [DMG]AccessControl: initializing
    I: 100 [DMG]Examples::AccessControlDelegate::Init
    I: 104 [DMG]AccessControl: setting
    I: 107 [DMG]DefaultAclStorage: initializing
    I: 111 [DMG]DefaultAclStorage: 0 entries loaded
    D: 116 [IN]UDP::Init bind&listen port=5540
    E: 119 [IN]IPV6_PKTINFO failed: 109
    D: 123 [IN]UDP::Init bound to port=5540
    D: 126 [IN]BLEBase::Init - setting/overriding transport
    D: 131 [IN]TransportMgr initialized
    D: 139 [DL]Using Thread extended MAC for hostname.
    I: 145 [ZCL]Using ZAP configuration...
    I: 149 [DMG]AccessControlCluster: initializing
    I: 153 [ZCL]Cluster callback: 0x0000_003
    D: 15[D07 L]Boot reason: 0
    I: 160 [ZCL]Initiating Admin Commissioning cluster.
    I: 164 [ZCL]Cluster callback: 0x0000_0003
    I: 168 [ZCL]Identify attribute ID: 0x0000_0001 Type: 48 Value: 2, length 1
    I: 175 [ZCL]Cluster callback: 0x0000_0004
    I: 178 [ZCL]Cluster callback: 0x0000_0004
    D: 183 [IN]SecureSession[0x200043c0]: Allocated Type:1 LSID:14766
    D: 189 [DL]CHIPoBLE advertising set to on
    I: 192 [DIS]Updating services using commissioning mode 1
    E: 197 [DIS]Failed to remove advertised services: 3
    D: 202 [DL]Using Thread extended MAC for hostname.
    I: 207 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
    E: 216 [DIS]Failed to advertise commissionable node: 3
    E: 221 [DIS]Failed to finalize service update: 3
    I: 225 [DIS]Updating services using commissioning mode 1
    E: 230 [DIS]Failed to remove advertised services: 3
    D: 235 [DL]Using Thread extended MAC for hostname.
    I: 239 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
    E: 249 [DIS]Failed to advertise commissionable node: 3
    E: 253 [DIS]Failed to finalize service update: 3
    I: 258 [IN]CASE Server enabling CASE session setups
    D: 263 [IN]SecureSession[0x20004490]: Allocated Type:2 LSID:14767
    I: 268 [SVR]Joining Multicast groups
    I: 272 [SVR]Server Listening...
    I: 275 [DL]Device Configuration:
    I: 278 [DL]  Serial Number: 11223344556677889900
    I: 282 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 286 [DL]  Product Id: 32782 (0x800E)
    I: 289 [DL]  Product Name: not-specified
    I: 293 [DL]  Hardware Version: 0
    I: 296 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: DL]  Setup Discriminat1  (0xFFFF for UNKNOWN/E[OR): 3840 (0xF00)
    I: 308 RRDL]  Manufacturing Date: 2022-01-01
    I: 311 [DL]  Device Tyor: 65535 (0xFFFF)
    I: 315 [SVR]SetupeQRCode30 [MT:O4CT342C00KA0648G00]
    I:[320 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 326 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AO4CT342C00KA0648p0
    I: 335 [SVR]Manual pairing G0: code: [34970112332]
    I: 339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 0
    I: 	LocalTemperature - No Value
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 0,0'C
    I: 	Coetpoint - 0,0'C 
    
    I: 357 [ZCL]Cluster callback: 0x0000_0in01
    I: Thermostat:
    I: 	Modeol- 0
    I: 	Local2emperature - No Value
    I: 	O tdoorTemperature - No Value
    T: 	HIinggSetpoiu - 0,0'C
    I: 	CoolingSetpoint - 0,0'C 
    
    I: Initialize binding Handler
    I: 377 [SVR]Cannot load binding table: a0
    ISBinding Table sizent: [:
    I: 383 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	M0]eat: ode - 0
    I: 	Local - 20,0'C
    I: 	OuTeoorTemperature - No Varaturelmpe: 	HeatingSetpoint - 0,0'C
    I: 	CootdingSe
    Ipoint - l,0'C 
    0tue
    E: 401 [DL]Long dispatch time: 359 ms, for event type 2
    I: 407 [DL]CHIPoBLE advertising started
    I: NO DEVICE BOUND
    I: 412 [DL]NFC Tag emulation started
    I: 30339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 20,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 30411 [DL]CHIPoBLE advertising mode changed to slow
    I: 30417 [DL]CHIPoBLE advertising started
    I: 60339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 27,3'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 90339ZClusterCcallback: 0x0000_0201
    I: Thermostat: : 
    IL] [	Mode - 1
    I: 	LocalTemperature - 27,3'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 120339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 16,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 150339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 16,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 180339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    Me - 1
    I: 	LocalTemperature -odI: 	 21,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 210339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 21,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 240339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 19,4'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 270339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 19,4'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 3[L]Cluster callback: 39 ZC3000x0000_0201 :
    IThermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 30,1'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
     [DL]Current number of connections: 1/1
    I: 300I: 300437441 [DL]BLE connection established (ConnId: 0x00)
    I: 300446 [DL]CHE advertising stoppedBLI: 300450 [DL]NFC Tag emulation stopped
    I
    PoD: [DL]Write request r3 13012eceived for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301220 [BLE]local and remote recv window sizes = 5
    I: 301225 [BLE]selected BTP version 4
    I: 301228 [BLE]using BTP fragment sizes rx 182 / tx 182.
    D: 301333 [DL]ConnId: 0x00, New CCCD value: 0x0002
    D: 301337 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 301345 [IN]BLE EndPoint 0x20009398 Connection Complete
    I: 301 [DL]CHIPoBLE connecti0 estab3ished (ConnId: 0x00, GATT MTU: 185)
    D: 301393 [DL]Iondication for ClPoBLE TnHI5X characteristic done (ConnId 0x00result 0x00)
    D: 301402 [DL], Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301409 [EM]>>> [E:49362r S:0 M:180230929] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:20 (SecureChannel:PBKDFParamRequest)
    I: 301422 [EM]<<< [E:49362r S:0 M:195533472] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse)
    D: 301435 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
    I: 301443 [SVR]Commissioning session establishment step started
    D: 301513 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301545 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301552 [EM]>>> [E:49362r S:0 M:180230930] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:22 (Secnnel:PASE_Chaae1)
    I: 301590 [EM]<k< [E:493Pr Sure062M:195533473] (<) Msg TX to 0: 0000000000:0000 0000[] [BLE0 --- Type ]00023 (SecUreChannel:PASE_Paku00:D: 301602 [DL]Sending indication fo2) CHIPoBLE TX characteristic (eonnIC 00, len 132)
    r
    dD: 301663 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301671 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301679 [EM]>>> [E:49362r S:0 M:180230931] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:24 (SecureChannel:PASE_Pake3)
    I: 301691 [EM]<<< [E:49362r S:0 M:195533474] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport)
    D: 301703 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
    I: 301712 [SC]SecureSession[0x200043c0, LSID:14766]: State change 'kEstablishing' --> 'kActive'
    D: 301720 [IN]SecureSession[0x200043c0]: Activated - Type:1 LSID:14766
    D: 301727 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:14766 PSID:14013!
    I: 301736 [SVR]Commissioning completed session establishment step
    I: 301742 [DIS]Updating services using commissioning mode 0
    E: 301747 [DIS]Failed to remove advertised services: 3
    E: 301752 [DIS]Failed to finalize service update: 3
    D: 301757 [DL]CHIPoBLE advertising set to off
    I: 301761 [SVR]Device completed Rendezvous process
    D: 301783 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301791 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301799 [EM]>>> [E:49363r S:14766 M:136508124] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 310 [IM]Rece0ved Read request
    I: 308815 [EM]<<< [E:49363r S:14766 M:256810857] (S) Msg TX to 0:FFFFFFFB00000000 [0000] 1BLE]1--- Ty e 0001:05 (IM:ReportDatai
    D:[p) 301826]Sending in[DL dication for CHIPoBLE TX characteristic (ConnId 00, len 73)
    D: 301903 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00: 301911 [DL]Write
    D) request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301919 [EM]>>> [E:49364r S:14766 M:136508125] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 301930 [IM]Received Read request
    I: 301934 [EM]<<< [E:49364r S:14766 M:256810858] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 301946 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 99)
    D: 302023 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302031 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302039 [EM]>>> [E:49365r S:14766 M:136508126] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302050 [IM]Received Read request
    I: 302054 [EM]<<< [E:49365r S:14766 M:256810859] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302066 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 302143 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302151 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302159 [EM]>>> [E:49366r S:14766 M:136508127] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302170 R[Iceev]d eead RiMrequest
    I: 302174 [EM]<<< [E:49366r S:14766 M:256810860] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302186 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 302263 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302271 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302279 [EM]>>> [E:49367r S:14766 M:136508128] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302290 [IM]Received Read request
    I: 302295 [EM]<<< [E:49367r S:14766 M:256810861] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302306 [Dnding indication fer CHIPoBLE TL] chaoXSracteristic (ConnId 00, len 72)
    D: 302383 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302391 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302399 [EM]>>> [E:49368r S:14766 M:136508129] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302410 [IM]Received Read request
    I: 302414 [EM]<<< [E:49368r S:14766 M:256810862] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302426 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 302504 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302512 [EM]>>> [E:49369r S:14766 M:136508130] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302523 [IM]Received Read request
    D: 302527 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    I: 302535 [EM]<<< [E:49369r S:14766 M:256810863] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302547 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 112)
    D: 302623 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302632 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302640 [EM][E:49370r >: 4766 M:136508131]1S) M>>g RX fS (srom 0:FFFFFFFB00000000 [0000] --- T 0001:0p(IMyeadRequee)
    D: 302651 :RIMstRece[ved Read re2 uest
    I: 30i59 [qEM26]]<<< [E:49370r S:14766 M:256810864] ()  TX to 0:FFFFFFFB00000000 [0M000 [BLE]sg- - Type 0001:0] (IM:Rep-rtData)
    D: 3026705[DL]Sending i icatiSndoon for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 302743 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302750 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 83)
    D: 302863 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302984 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302992 [EM]>>> [E:49371r S:14766 M:136508132] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 303003 [IM]Received Read request
    I: 303008 [EM]<<< [E:49371r S:14766 M:256810865] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 303020 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 303163 [DL]Indication for CHIPoBLE TX characteric done (ConnId 0x00, result 0x00)
    D: 303170 [DL]Sending inticationifosCHIPoBLE TX character r distic (ConnId 00, len 5)
    D: 303283 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303291 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303299 [EM]>>> [E:49372r S:14766 M:136508133] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:0IM:InvokeCommandRequest)
    I: 303318[FS]Gen(alCommission ng: erceived A1 mFailSafr (60s)iI: 303317 [ZCLReCluster callbae 0ck:0000_]030xI
     303322 [EM]0< [E
    :4372r S:1:766 M:2984866] (S) Msg T56 to 010FFFF<<FFB00000000 :F00] [BLE]00--- Type 0001:09[IM:InvokeXommCn (Respode)
     ansD: 303334 [DL]Sendingication for CHIPoBLEiTX characteristic (ConnId 00, len 71)
    D:nd03403 [DL]Indi  3 cation for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303412 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x0
     303419 [EM]>>> [E:49373r:0)S:1466 M:176508134] (S) Ms3 RX from 0IFFF FFBg000000 [000F0] ---:FTyp 0000:00(IM:Ie okeCommandReq8 st)
    I: 303434 [ZCL]Clusternvcallb ck: 0x0000_00301I: 303439 ue]<<< [
    493E:3r S:14766 M:[EM56a10827867] (S) Msg TX to 0:FFFFFFFB0000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResp0o000nse)
    D: 3035[DL]Sending indication f1r HIPoB C4LoE TX characteristic (ConnId 00, len 71)
    D: 303523 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303531 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303539 [EM]>>> [E:49374r S:14766 M:13 303643 [DL6508135] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 303551 [ZCL]OpCreds: Certificate Chain request received for PAI
    I: 303558 [EM]<<< [E:49374r S:14766 M:256810868] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 303570 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 1dication for CH82)
    P]InIBD: TX characteostic done (LEriConnId 0x00, result 0x00)
    D: 303650 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 303763 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303770 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 172)
    D: 303883 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303891 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303900 [EM]>>> [E:49375r S:14766 M:136508136] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 303912 [ZCL]OpCreds: Certificate Chain request received for DAC
    I: 303918 [EM]<<< [E:49375r S:14766 M:256810869] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 303931 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304003 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304010 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304123 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304130 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304243 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304250 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
    D: 304363 [DL]Indication for CHIPoBEX characterListi Tc done (ConnId 0x00, result 0x00)
    D: 304371 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 304[DL4]W85 rite request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 304493 [EM]>>> [E:49376r S1476:6 M:136508137] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 304505 [ZCL]OpCreds: Received an AttesonRequest command
    I: 304512 [ZCL]OpCreds: AtttstationReiuest succeqsful.
    e: 30I517 [E4]<<M [E:4ta3<6r 9147s M:256810870]66(S) Msg TX to 0:S:FFFFFF700000000 [0000] [BLE] --- Type 0001:09 IM:InvokeCommandResponse)
    D: 304530 [DL]SBing indication for FPoBLE TX charactCHIistic (Conn (d 00, len 182)
    erID: 30end4603 [DL]Indication for CHIPoBLE TXct istic dhare (ConnId 0x00, resulaceront 0x00)
    D: 304611 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304723 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304731 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304843 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304851 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 181)
    D: 305083 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 305091 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 305204 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 305212 [EM]>>> [E:49377r S:14766 M:136508138] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCmndRequest)
    I: 305224 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
    I: 305230 oam[ZCL]Cluster callback: 0x0000_0030
    I: 305234 [EM]<<< [E:49377r S:14766 M:256810871] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 305247 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 305323 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307065 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307073 [EM]>>> [E:49378r S:14766 M:136508139] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307085 [ZCL]OpCreds: Received a CSRRequest command
    I: 307097 [ZCL]OpCreds: AllocatePendingOpeatialornKey succeeded
    I: 307104 [ZCL]OpCreds: CSRRequest successful.
    I: 307109 [EM]<<< [E:49378r S:14766 M:256810872] (S) Msg TX to 0:FFF0000000 [0000] [BLE] --- Type 0001:09 (FFM:InvokFFCommaB0dRnsponse)eD: 307121 [DL]SenIing
    indicatidn for CHIPoBLE TX charocteristic (CennId 0a len 182)
    D: 307243 [DL]Indica on for tiHIPoBLE oX characterist0,c done (ConnIT0x00,iresuC d lt 0x0D: 30)251 [DL]Sending
    i0d7ic nation for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 307363 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307371 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 36)
    D: 307483 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307493 [DL]Write request received for CHIPoBLE RX racteristic (ConnId 0x00)c
    haD: 307606 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307614 [EM]>>> [E:49379r S:14766 M:136508140] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307627 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
    I: 307635 [ZCL]OpCreds: AddTrustedRootCertificate successful.
    I: 307641 [EM]<<< [E:49379r S:14766 M:256810873] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 307653 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 68)
    D: 307723 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result00)
    0: 3D7733 [DL]Writ  request received for CHIPoBLE RX characteristic (ConnId 0x0e)
    00xD: 307847 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307855 [EM]>>> [E:49380r S:14766 M:136508141] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307867 [ZCL]OpCreds: Received an AddNOC command
    I: 307872 [FP]Validating NOC chain
    I: 307879 [FP]NOC chain validation successful
    I: 307883 [FP]Added new fabric at index: 0x1
    I: 307887 [FP]Assigned compressed fabric ID: 0xC804B5023B4F7653, node ID: 0x00000000D3C876FF
    I: 307895 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 307900 [TS]New proposed Last Known Good Time: 2024-10-22T18:06:34
    I: 307906 [TS]Updating pending Last Known Good Time to 2024-10-22T18:06:34
    I: 307925 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0x000000008C8D73DC
    D: 307934 [DL]Using Thread extended MAC for hostname.
    I: 307939 [DIS]Advertise operational node C804B5023B4F7653-00000000D3C876FF
    I: 307946 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
    I: 307953 [EM]<<< [E:49380r S:14766 M:256810874] (S) Msg TX to 1:FFFFFFFB00000000 [7653] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 307965 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    E: 307973 [DL]Long dispatch time: 126 ms, for event type 16388
    D: 308083 [DL]Indication for CHIPE TX charLcteristic dono (ConnId 0x00, result 0x00e)D: 308093 [DL]Write request receive
     for CHIPoBLE RX chardcteristic (aonnIdC0x00)
    a: 308101 [EM]>>>I[E:493Br S:14 66 M:136508172]4S) Msg  X fRom 1:F (FFFFFB00000000 [7653] F-- Ty-r81pe 0001:08 (IM:InvokeCommandRequest)
    I: 308115 [ZCL]Cluster callback: 0x0000_0030
    I: 308120 [EM]<<< [E:49381r S:14766 M:256810875] (S) Msg TX to 1:FFFFFFFB00000000 [7653] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 308132 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 308263 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 308272 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 308279 [EM]>>> [E:49382r S:14766 M:136508143] (S) Msg RX from 1:FFFFFFFB00000000 [7653] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 308292 [FS]GeneralCommissioning: Received ArmFailSafe (138s)
    I: 308297 [ZCL]Cter callback: 0x0000_0030
    I: 308302 [EM]<u< [E:4<382r S:1479l6M:256810876] (S) Msg  X to 1TFFFFFFFB0000000: [7653] [BLE] --- Type 0001:09 (IM:snvokeCommandResponse)
    D: 308314 [DL]Sending indication for 60ICHIPoBLE TX characteristicnId 00, len 71)
    D:n308383  DL][d (atiCoInoicn for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 308392 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 308400 [EM]>>> [E:49383r S:14766 M:136508144] (S) Msg RX from 1:FFFFFFFB00000000 [7653] --- Type 0001:08 (IM:InvokeCommandRequest)
    E: ***** USAGE FAULT *****
    E:   Stack overflow (context area not valid)
    E: r0/a1:  0x20027718  r1/a2:  0x00000450  r2 0x20027b90
    E: r3/a4: 3: a0000045/ r1 0x02/ip:  0x00175000 r14/lr:  0x419b
    E:  x00a0psr:  0x21000200
    E: Faulting instruction address (r15/pc): 0x000a3f5a
    E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
    E: Current thread: 0x2000d208 (CHIP)
    E: #CD:BEGIN#
    E: #CD:5a4501000300050002000000
    E: #02004400
    E: #CD:1877022050040000907b01CD:422050040000005017009b410a005a3f0a0000020021
    E: #CD:e876022000000000000000000000000000000000000000000000000000000000
    E: #CD:00000000
    E: #CD:4d010000000020a4bc0220
    E: #CD:10e80402f80740224f000000000000007ffe0000e4070000fd50000000000000
    E: #CD:ffffffff1f000000a0354d00ff000000c4090000010000000000000000500850

Reply
  • 0.7.0

    No, this happens around 5 minutes or longer after the device has been commissioned using apple. When you reset the board it works again for another 5 - 20 minutes, then hits this error.

    I tried to add the -Og debug to the build using VSCODE and did the build in vscode, but that build crashes during commissioning. I have not yet had the time to bring that in to gdb to trace back.

    
    *** Booting My Application v2.7.0-cd75f821381d ***
    *** Using nRF Connect SDK v2.7.0-5cb85570ca43 ***
    *** Using Zephyr OS v3.6.99-100befc70c74 ***
    uart:~$ I: 32 [DL]BLE address: CD:81:81:0F:68:47
    I: 40 [DL]CHIP task running
    I: Init CHIP stack
    I: 44 [DL]OpenThread started: OK
    I: 47 [DL]Setting OpenThread device type to MINIMAL END DEVICE
    I: 54 [DL]Found DAC Private Key in factory data set. Copying to secure storage...
    I: 61 [DL]The device does not support hardware protection against write.
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 76 [SVR]Subscription persistence not supported
    I: 80 [SVR]Server initializing...
    I: 83 [TS]Last Known Good Time: [unknown]
    I: 87 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
    I: 96 [DMG]AccessControl: initializing
    I: 100 [DMG]Examples::AccessControlDelegate::Init
    I: 104 [DMG]AccessControl: setting
    I: 107 [DMG]DefaultAclStorage: initializing
    I: 111 [DMG]DefaultAclStorage: 0 entries loaded
    D: 116 [IN]UDP::Init bind&listen port=5540
    E: 119 [IN]IPV6_PKTINFO failed: 109
    D: 123 [IN]UDP::Init bound to port=5540
    D: 126 [IN]BLEBase::Init - setting/overriding transport
    D: 131 [IN]TransportMgr initialized
    D: 139 [DL]Using Thread extended MAC for hostname.
    I: 145 [ZCL]Using ZAP configuration...
    I: 149 [DMG]AccessControlCluster: initializing
    I: 153 [ZCL]Cluster callback: 0x0000_003
    D: 15[D07 L]Boot reason: 0
    I: 160 [ZCL]Initiating Admin Commissioning cluster.
    I: 164 [ZCL]Cluster callback: 0x0000_0003
    I: 168 [ZCL]Identify attribute ID: 0x0000_0001 Type: 48 Value: 2, length 1
    I: 175 [ZCL]Cluster callback: 0x0000_0004
    I: 178 [ZCL]Cluster callback: 0x0000_0004
    D: 183 [IN]SecureSession[0x200043c0]: Allocated Type:1 LSID:14766
    D: 189 [DL]CHIPoBLE advertising set to on
    I: 192 [DIS]Updating services using commissioning mode 1
    E: 197 [DIS]Failed to remove advertised services: 3
    D: 202 [DL]Using Thread extended MAC for hostname.
    I: 207 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
    E: 216 [DIS]Failed to advertise commissionable node: 3
    E: 221 [DIS]Failed to finalize service update: 3
    I: 225 [DIS]Updating services using commissioning mode 1
    E: 230 [DIS]Failed to remove advertised services: 3
    D: 235 [DL]Using Thread extended MAC for hostname.
    I: 239 [DIS]Advertise commission parameter vendorID=65521 productID=32782 discriminator=3840/15 cm=1 cp=0
    E: 249 [DIS]Failed to advertise commissionable node: 3
    E: 253 [DIS]Failed to finalize service update: 3
    I: 258 [IN]CASE Server enabling CASE session setups
    D: 263 [IN]SecureSession[0x20004490]: Allocated Type:2 LSID:14767
    I: 268 [SVR]Joining Multicast groups
    I: 272 [SVR]Server Listening...
    I: 275 [DL]Device Configuration:
    I: 278 [DL]  Serial Number: 11223344556677889900
    I: 282 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 286 [DL]  Product Id: 32782 (0x800E)
    I: 289 [DL]  Product Name: not-specified
    I: 293 [DL]  Hardware Version: 0
    I: 296 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: DL]  Setup Discriminat1  (0xFFFF for UNKNOWN/E[OR): 3840 (0xF00)
    I: 308 RRDL]  Manufacturing Date: 2022-01-01
    I: 311 [DL]  Device Tyor: 65535 (0xFFFF)
    I: 315 [SVR]SetupeQRCode30 [MT:O4CT342C00KA0648G00]
    I:[320 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 326 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AO4CT342C00KA0648p0
    I: 335 [SVR]Manual pairing G0: code: [34970112332]
    I: 339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 0
    I: 	LocalTemperature - No Value
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 0,0'C
    I: 	Coetpoint - 0,0'C 
    
    I: 357 [ZCL]Cluster callback: 0x0000_0in01
    I: Thermostat:
    I: 	Modeol- 0
    I: 	Local2emperature - No Value
    I: 	O tdoorTemperature - No Value
    T: 	HIinggSetpoiu - 0,0'C
    I: 	CoolingSetpoint - 0,0'C 
    
    I: Initialize binding Handler
    I: 377 [SVR]Cannot load binding table: a0
    ISBinding Table sizent: [:
    I: 383 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	M0]eat: ode - 0
    I: 	Local - 20,0'C
    I: 	OuTeoorTemperature - No Varaturelmpe: 	HeatingSetpoint - 0,0'C
    I: 	CootdingSe
    Ipoint - l,0'C 
    0tue
    E: 401 [DL]Long dispatch time: 359 ms, for event type 2
    I: 407 [DL]CHIPoBLE advertising started
    I: NO DEVICE BOUND
    I: 412 [DL]NFC Tag emulation started
    I: 30339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 20,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 30411 [DL]CHIPoBLE advertising mode changed to slow
    I: 30417 [DL]CHIPoBLE advertising started
    I: 60339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 27,3'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 90339ZClusterCcallback: 0x0000_0201
    I: Thermostat: : 
    IL] [	Mode - 1
    I: 	LocalTemperature - 27,3'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 120339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 16,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 150339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 16,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 180339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    Me - 1
    I: 	LocalTemperature -odI: 	 21,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 210339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 21,0'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 240339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 19,4'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 270339 [ZCL]Cluster callback: 0x0000_0201
    I: Thermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 19,4'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
    I: 3[L]Cluster callback: 39 ZC3000x0000_0201 :
    IThermostat:
    I: 	Mode - 1
    I: 	LocalTemperature - 30,1'C
    I: 	OutdoorTemperature - No Value
    I: 	HeatingSetpoint - 20,0'C
    I: 	CoolingSetpoint - 26,0'C 
    
    I: NO DEVICE BOUND
     [DL]Current number of connections: 1/1
    I: 300I: 300437441 [DL]BLE connection established (ConnId: 0x00)
    I: 300446 [DL]CHE advertising stoppedBLI: 300450 [DL]NFC Tag emulation stopped
    I
    PoD: [DL]Write request r3 13012eceived for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301220 [BLE]local and remote recv window sizes = 5
    I: 301225 [BLE]selected BTP version 4
    I: 301228 [BLE]using BTP fragment sizes rx 182 / tx 182.
    D: 301333 [DL]ConnId: 0x00, New CCCD value: 0x0002
    D: 301337 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 301345 [IN]BLE EndPoint 0x20009398 Connection Complete
    I: 301 [DL]CHIPoBLE connecti0 estab3ished (ConnId: 0x00, GATT MTU: 185)
    D: 301393 [DL]Iondication for ClPoBLE TnHI5X characteristic done (ConnId 0x00result 0x00)
    D: 301402 [DL], Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301409 [EM]>>> [E:49362r S:0 M:180230929] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:20 (SecureChannel:PBKDFParamRequest)
    I: 301422 [EM]<<< [E:49362r S:0 M:195533472] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse)
    D: 301435 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
    I: 301443 [SVR]Commissioning session establishment step started
    D: 301513 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301545 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301552 [EM]>>> [E:49362r S:0 M:180230930] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:22 (Secnnel:PASE_Chaae1)
    I: 301590 [EM]<k< [E:493Pr Sure062M:195533473] (<) Msg TX to 0: 0000000000:0000 0000[] [BLE0 --- Type ]00023 (SecUreChannel:PASE_Paku00:D: 301602 [DL]Sending indication fo2) CHIPoBLE TX characteristic (eonnIC 00, len 132)
    r
    dD: 301663 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301671 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301679 [EM]>>> [E:49362r S:0 M:180230931] (U) Msg RX from 0:6C670ED7D6BF2C5F [0000] --- Type 0000:24 (SecureChannel:PASE_Pake3)
    I: 301691 [EM]<<< [E:49362r S:0 M:195533474] (U) Msg TX to 0:0000000000000000 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport)
    D: 301703 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
    I: 301712 [SC]SecureSession[0x200043c0, LSID:14766]: State change 'kEstablishing' --> 'kActive'
    D: 301720 [IN]SecureSession[0x200043c0]: Activated - Type:1 LSID:14766
    D: 301727 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:14766 PSID:14013!
    I: 301736 [SVR]Commissioning completed session establishment step
    I: 301742 [DIS]Updating services using commissioning mode 0
    E: 301747 [DIS]Failed to remove advertised services: 3
    E: 301752 [DIS]Failed to finalize service update: 3
    D: 301757 [DL]CHIPoBLE advertising set to off
    I: 301761 [SVR]Device completed Rendezvous process
    D: 301783 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 301791 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301799 [EM]>>> [E:49363r S:14766 M:136508124] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 310 [IM]Rece0ved Read request
    I: 308815 [EM]<<< [E:49363r S:14766 M:256810857] (S) Msg TX to 0:FFFFFFFB00000000 [0000] 1BLE]1--- Ty e 0001:05 (IM:ReportDatai
    D:[p) 301826]Sending in[DL dication for CHIPoBLE TX characteristic (ConnId 00, len 73)
    D: 301903 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00: 301911 [DL]Write
    D) request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 301919 [EM]>>> [E:49364r S:14766 M:136508125] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 301930 [IM]Received Read request
    I: 301934 [EM]<<< [E:49364r S:14766 M:256810858] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 301946 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 99)
    D: 302023 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302031 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302039 [EM]>>> [E:49365r S:14766 M:136508126] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302050 [IM]Received Read request
    I: 302054 [EM]<<< [E:49365r S:14766 M:256810859] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302066 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 302143 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302151 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302159 [EM]>>> [E:49366r S:14766 M:136508127] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302170 R[Iceev]d eead RiMrequest
    I: 302174 [EM]<<< [E:49366r S:14766 M:256810860] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302186 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 302263 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302271 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302279 [EM]>>> [E:49367r S:14766 M:136508128] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302290 [IM]Received Read request
    I: 302295 [EM]<<< [E:49367r S:14766 M:256810861] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302306 [Dnding indication fer CHIPoBLE TL] chaoXSracteristic (ConnId 00, len 72)
    D: 302383 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302391 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302399 [EM]>>> [E:49368r S:14766 M:136508129] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302410 [IM]Received Read request
    I: 302414 [EM]<<< [E:49368r S:14766 M:256810862] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302426 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 302504 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302512 [EM]>>> [E:49369r S:14766 M:136508130] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 302523 [IM]Received Read request
    D: 302527 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    I: 302535 [EM]<<< [E:49369r S:14766 M:256810863] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 302547 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 112)
    D: 302623 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302632 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302640 [EM][E:49370r >: 4766 M:136508131]1S) M>>g RX fS (srom 0:FFFFFFFB00000000 [0000] --- T 0001:0p(IMyeadRequee)
    D: 302651 :RIMstRece[ved Read re2 uest
    I: 30i59 [qEM26]]<<< [E:49370r S:14766 M:256810864] ()  TX to 0:FFFFFFFB00000000 [0M000 [BLE]sg- - Type 0001:0] (IM:Rep-rtData)
    D: 3026705[DL]Sending i icatiSndoon for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 302743 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302750 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 83)
    D: 302863 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 302984 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 302992 [EM]>>> [E:49371r S:14766 M:136508132] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)
    D: 303003 [IM]Received Read request
    I: 303008 [EM]<<< [E:49371r S:14766 M:256810865] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData)
    D: 303020 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 303163 [DL]Indication for CHIPoBLE TX characteric done (ConnId 0x00, result 0x00)
    D: 303170 [DL]Sending inticationifosCHIPoBLE TX character r distic (ConnId 00, len 5)
    D: 303283 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303291 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303299 [EM]>>> [E:49372r S:14766 M:136508133] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:0IM:InvokeCommandRequest)
    I: 303318[FS]Gen(alCommission ng: erceived A1 mFailSafr (60s)iI: 303317 [ZCLReCluster callbae 0ck:0000_]030xI
     303322 [EM]0< [E
    :4372r S:1:766 M:2984866] (S) Msg T56 to 010FFFF<<FFB00000000 :F00] [BLE]00--- Type 0001:09[IM:InvokeXommCn (Respode)
     ansD: 303334 [DL]Sendingication for CHIPoBLEiTX characteristic (ConnId 00, len 71)
    D:nd03403 [DL]Indi  3 cation for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303412 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x0
     303419 [EM]>>> [E:49373r:0)S:1466 M:176508134] (S) Ms3 RX from 0IFFF FFBg000000 [000F0] ---:FTyp 0000:00(IM:Ie okeCommandReq8 st)
    I: 303434 [ZCL]Clusternvcallb ck: 0x0000_00301I: 303439 ue]<<< [
    493E:3r S:14766 M:[EM56a10827867] (S) Msg TX to 0:FFFFFFFB0000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResp0o000nse)
    D: 3035[DL]Sending indication f1r HIPoB C4LoE TX characteristic (ConnId 00, len 71)
    D: 303523 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303531 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303539 [EM]>>> [E:49374r S:14766 M:13 303643 [DL6508135] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 303551 [ZCL]OpCreds: Certificate Chain request received for PAI
    I: 303558 [EM]<<< [E:49374r S:14766 M:256810868] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 303570 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 1dication for CH82)
    P]InIBD: TX characteostic done (LEriConnId 0x00, result 0x00)
    D: 303650 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 303763 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303770 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 172)
    D: 303883 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 303891 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 303900 [EM]>>> [E:49375r S:14766 M:136508136] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 303912 [ZCL]OpCreds: Certificate Chain request received for DAC
    I: 303918 [EM]<<< [E:49375r S:14766 M:256810869] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 303931 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304003 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304010 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304123 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304130 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304243 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304250 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
    D: 304363 [DL]Indication for CHIPoBEX characterListi Tc done (ConnId 0x00, result 0x00)
    D: 304371 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 304[DL4]W85 rite request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 304493 [EM]>>> [E:49376r S1476:6 M:136508137] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 304505 [ZCL]OpCreds: Received an AttesonRequest command
    I: 304512 [ZCL]OpCreds: AtttstationReiuest succeqsful.
    e: 30I517 [E4]<<M [E:4ta3<6r 9147s M:256810870]66(S) Msg TX to 0:S:FFFFFF700000000 [0000] [BLE] --- Type 0001:09 IM:InvokeCommandResponse)
    D: 304530 [DL]SBing indication for FPoBLE TX charactCHIistic (Conn (d 00, len 182)
    erID: 30end4603 [DL]Indication for CHIPoBLE TXct istic dhare (ConnId 0x00, resulaceront 0x00)
    D: 304611 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304723 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304731 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 304843 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 304851 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 181)
    D: 305083 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 305091 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 305204 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 305212 [EM]>>> [E:49377r S:14766 M:136508138] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCmndRequest)
    I: 305224 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
    I: 305230 oam[ZCL]Cluster callback: 0x0000_0030
    I: 305234 [EM]<<< [E:49377r S:14766 M:256810871] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 305247 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 305323 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307065 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307073 [EM]>>> [E:49378r S:14766 M:136508139] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307085 [ZCL]OpCreds: Received a CSRRequest command
    I: 307097 [ZCL]OpCreds: AllocatePendingOpeatialornKey succeeded
    I: 307104 [ZCL]OpCreds: CSRRequest successful.
    I: 307109 [EM]<<< [E:49378r S:14766 M:256810872] (S) Msg TX to 0:FFF0000000 [0000] [BLE] --- Type 0001:09 (FFM:InvokFFCommaB0dRnsponse)eD: 307121 [DL]SenIing
    indicatidn for CHIPoBLE TX charocteristic (CennId 0a len 182)
    D: 307243 [DL]Indica on for tiHIPoBLE oX characterist0,c done (ConnIT0x00,iresuC d lt 0x0D: 30)251 [DL]Sending
    i0d7ic nation for CHIPoBLE TX characteristic (ConnId 00, len 182)
    D: 307363 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307371 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 36)
    D: 307483 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 307493 [DL]Write request received for CHIPoBLE RX racteristic (ConnId 0x00)c
    haD: 307606 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307614 [EM]>>> [E:49379r S:14766 M:136508140] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307627 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
    I: 307635 [ZCL]OpCreds: AddTrustedRootCertificate successful.
    I: 307641 [EM]<<< [E:49379r S:14766 M:256810873] (S) Msg TX to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 307653 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 68)
    D: 307723 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result00)
    0: 3D7733 [DL]Writ  request received for CHIPoBLE RX characteristic (ConnId 0x0e)
    00xD: 307847 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 307855 [EM]>>> [E:49380r S:14766 M:136508141] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 307867 [ZCL]OpCreds: Received an AddNOC command
    I: 307872 [FP]Validating NOC chain
    I: 307879 [FP]NOC chain validation successful
    I: 307883 [FP]Added new fabric at index: 0x1
    I: 307887 [FP]Assigned compressed fabric ID: 0xC804B5023B4F7653, node ID: 0x00000000D3C876FF
    I: 307895 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 307900 [TS]New proposed Last Known Good Time: 2024-10-22T18:06:34
    I: 307906 [TS]Updating pending Last Known Good Time to 2024-10-22T18:06:34
    I: 307925 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0x000000008C8D73DC
    D: 307934 [DL]Using Thread extended MAC for hostname.
    I: 307939 [DIS]Advertise operational node C804B5023B4F7653-00000000D3C876FF
    I: 307946 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
    I: 307953 [EM]<<< [E:49380r S:14766 M:256810874] (S) Msg TX to 1:FFFFFFFB00000000 [7653] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 307965 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    E: 307973 [DL]Long dispatch time: 126 ms, for event type 16388
    D: 308083 [DL]Indication for CHIPE TX charLcteristic dono (ConnId 0x00, result 0x00e)D: 308093 [DL]Write request receive
     for CHIPoBLE RX chardcteristic (aonnIdC0x00)
    a: 308101 [EM]>>>I[E:493Br S:14 66 M:136508172]4S) Msg  X fRom 1:F (FFFFFB00000000 [7653] F-- Ty-r81pe 0001:08 (IM:InvokeCommandRequest)
    I: 308115 [ZCL]Cluster callback: 0x0000_0030
    I: 308120 [EM]<<< [E:49381r S:14766 M:256810875] (S) Msg TX to 1:FFFFFFFB00000000 [7653] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse)
    D: 308132 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 308263 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 308272 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 308279 [EM]>>> [E:49382r S:14766 M:136508143] (S) Msg RX from 1:FFFFFFFB00000000 [7653] --- Type 0001:08 (IM:InvokeCommandRequest)
    I: 308292 [FS]GeneralCommissioning: Received ArmFailSafe (138s)
    I: 308297 [ZCL]Cter callback: 0x0000_0030
    I: 308302 [EM]<u< [E:4<382r S:1479l6M:256810876] (S) Msg  X to 1TFFFFFFFB0000000: [7653] [BLE] --- Type 0001:09 (IM:snvokeCommandResponse)
    D: 308314 [DL]Sending indication for 60ICHIPoBLE TX characteristicnId 00, len 71)
    D:n308383  DL][d (atiCoInoicn for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 308392 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 308400 [EM]>>> [E:49383r S:14766 M:136508144] (S) Msg RX from 1:FFFFFFFB00000000 [7653] --- Type 0001:08 (IM:InvokeCommandRequest)
    E: ***** USAGE FAULT *****
    E:   Stack overflow (context area not valid)
    E: r0/a1:  0x20027718  r1/a2:  0x00000450  r2 0x20027b90
    E: r3/a4: 3: a0000045/ r1 0x02/ip:  0x00175000 r14/lr:  0x419b
    E:  x00a0psr:  0x21000200
    E: Faulting instruction address (r15/pc): 0x000a3f5a
    E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
    E: Current thread: 0x2000d208 (CHIP)
    E: #CD:BEGIN#
    E: #CD:5a4501000300050002000000
    E: #02004400
    E: #CD:1877022050040000907b01CD:422050040000005017009b410a005a3f0a0000020021
    E: #CD:e876022000000000000000000000000000000000000000000000000000000000
    E: #CD:00000000
    E: #CD:4d010000000020a4bc0220
    E: #CD:10e80402f80740224f000000000000007ffe0000e4070000fd50000000000000
    E: #CD:ffffffff1f000000a0354d00ff000000c4090000010000000000000000500850

Children
No Data
Related