Matter 1.5.0 Certification Issues on nRF54L15 (NCS 3.2.0)

Hi, Nordic Support Team,

I am writing to request your assistance regarding some test failures encountered during the UL certification process for a Matter 1.5.0 product based on the nRF54L15 platform and NCS v3.2.0.

UL has provided us with test logs indicating several failed items. I am currently unsure how to analyze and resolve these issues.

Attached are the relevant test logs provided by UL for your reference. The firmware under test was built with the following configuration enabled:

#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_CHIP_DEVICE_SOFTWARE_VERSION_STRING="1.5.0"
CONFIG_CHIP_DEVICE_SOFTWARE_VERSION=2
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.5.0+0"

# Enable CHIP
CONFIG_CHIP=y
CONFIG_CHIP_PROJECT_CONFIG="src/chip_project_config.h"
CONFIG_CHIP_DEVICE_PRODUCT_NAME="XXX"

# Configure ZAP file name
CONFIG_NCS_SAMPLE_MATTER_ZAP_FILE_PATH="${APPLICATION_CONFIG_DIR}/src/default_zap/XXX.zap"

CONFIG_STD_CPP17=y

# Enable Matter pairing automatically on application start.
CONFIG_CHIP_ENABLE_PAIRING_AUTOSTART=y

# Enable Matter extended announcement and increase duration to 1 hour.
CONFIG_CHIP_BLE_EXT_ADVERTISING=y
CONFIG_CHIP_BLE_ADVERTISING_DURATION=15

# Add support for LEDs and buttons on Nordic development kits
CONFIG_DK_LIBRARY=n

# Bluetooth Low Energy configuration
CONFIG_BT_DEVICE_NAME="SIV261"

# Enable system reset on fatal error
CONFIG_RESET_ON_FATAL_ERROR=y

# Disable all debug features
CONFIG_USE_SEGGER_RTT=n
CONFIG_SHELL=n
CONFIG_OPENTHREAD_SHELL=n
CONFIG_CHIP_LIB_SHELL=n
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n
CONFIG_SERIAL=n
CONFIG_LOG=n
CONFIG_LOG_MODE_MINIMAL=n
CONFIG_ASSERT_VERBOSE=n
CONFIG_ASSERT_NO_FILE_INFO=y
CONFIG_PRINTK=n
CONFIG_PRINTK_SYNC=n
CONFIG_THREAD_NAME=n
CONFIG_BOOT_BANNER=n

# Disable NFC onboarding
CONFIG_CHIP_NFC_ONBOARDING_PAYLOAD=n

# Enable Factory Data feature
CONFIG_CHIP_FACTORY_DATA=y
CONFIG_CHIP_FACTORY_DATA_BUILD=y

# Enable Watchdog
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=y

# Enable LTO to decrease the flash usage.
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# LED Strip
CONFIG_SPI=y
CONFIG_LED_STRIP=y
CONFIG_WS2812_STRIP_SPI=y

# ADC
CONFIG_ADC=y

CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_PAIRING_START=y
CONFIG_CHIP_DFU_OVER_BT_SMP=y
CONFIG_CHIP_ENABLE_READ_CLIENT=y

CONFIG_NET_L2_OPENTHREAD=y
CONFIG_SNTP=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_IPV6=y
CONFIG_NET_UDP=y
CONFIG_NET_SOCKETS_SERVICE=y
CONFIG_NETWORKING=y

# Low power
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MTD=y
CONFIG_OPENTHREAD_MTD=y
CONFIG_CHIP_ENABLE_ICD_SUPPORT=y
# CONFIG_CHIP_THREAD_SSED=y
CONFIG_CHIP_ICD_SLOW_POLL_INTERVAL=1000
CONFIG_CHIP_ICD_FAST_POLLING_INTERVAL=200
CONFIG_CHIP_ICD_ACTIVE_MODE_THRESHOLD=0


5810.Products-Valve.zip

Could you please help review the logs and advise on the potential root causes and solutions? Thank you for your support.

Best regards,

Xiongwei.Wang

Related