NRF54L15-DK : How to configured fully Radio Off/Disable ?

Hello Nordic Team,

Currently, we are performing power consumption testing using the Nordic nRF54L15-DK development kit.

As part of this, I aim to fully disable the Radio/RF module to evaluate baseline power usage.

To achieve this, I use the smoke_co example, which includes Matter functionality.

To disable the RF module, I attempted the following changes in the code:

/ Fully disable the nRF54L15-DK radio
void disable_radio()
{
    // Stop all radio tasks
    NRF_RADIO->TASKS_DISABLE = 1;

    // Wait until the radio is fully disabled
    while (NRF_RADIO->STATE != RADIO_STATE_STATE_Disabled)
    {
        k_msleep(1); // Wait for the radio to transition to the disabled state
    }

    // Stop the high-frequency clock
    //NRF_CLOCK->TASKS_LFCLKSTOP = 1;

    // Disable radio interrupts
    //NVIC_DisableIRQ(RADIO_1_IRQn);

	if(NRF_RADIO->EVENTS_DISABLED==1)
	{
		printk("Radio fully disabled.\n");
	}
}

void verify_radio_disabled()
{
    if (NRF_RADIO->STATE == RADIO_STATE_STATE_Disabled && NRF_RADIO->EVENTS_DISABLED == 1)
    {
        printk("Radio is fully disabled.\n");
    }
    else
    {
        printk("Radio is not fully disabled. STATE: %d, EVENTS_DISABLED: %d\n",
               NRF_RADIO->STATE, NRF_RADIO->EVENTS_DISABLED);
    }
}

in Overlay file,

&radio {
    status = "disabled";
};

Based on the code above, after calling disable_radio(), we observed the "Radio is fully disabled" message printed from the verify_radio_disabled() function.

After applying these changes, we attempted to pair the nRF device with the Matter OTBR. The device was successfully commissioned using the chip-tool.

After commissioning, we executed the descriptor read client-list 0x2233 0 command.
Received Matter stack-specific logs on the nRF console.

Kindly suggest how we can fully disable the RF/RADIO and how to enable it again.

Thanks & Regards,
Pratik Panchal

  • Hello  

    Thank you for your response.

    As per your suggestion, I first disabled the RF module following your previous instructions and then proceeded to disable the Thread stack.

    After making these changes, I attempted commissioning using the chip-tool, but it failed, indicating that OpenThread was successfully disabled.

    Please find below the logs :

    *** Booting My Application v3.0.0-8dc378c22285 ***
    *** Using nRF Connect SDK v3.0.0-3bfc46578e42 ***
    *** Using Zephyr OS v4.0.99-3e0ce7636fa6 ***
    
    I: 13168 [DL]BLE address: DB:84:06:13:D0:4C
    D: Registered new test event: 0xffffffff80000000
    D: Registered new test event: 0xffffffff80010000
    I: 13183 [DL]CHIP task running
    I: Init CHIP stack
    I: 13188 [DL]OpenThread started: OK
    I: 13191 [DL]Setting OpenThread device type to SLEEPY END DEVICE
    I: 13198 [DL]The device does not support hardware protection against write.
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 13213 [SVR]Subscription persistence not supported
    I: 13217 [SVR]Server initializing...
    I: 13221 [TS]Last Known Good Time: [unknown]
    I: 13225 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
    I: 13233 [DMG]AccessControl: initializing
    I: 13237 [DMG]Examples::AccessControlDelegate::Init
    I: 13242 [DMG]AccessControl: setting
    I: 13245 [DMG]DefaultAclStorage: initializing
    I: 13249 [DMG]DefaultAclStorage: 0 entries loaded
    D: 13253 [IN]UDP::Init bind&listen port=5540
    E: 13257 [IN]IPV6_PKTINFO failed: 109
    D: 13261 [IN]UDP::Init bound to port=5540
    D: 13264 [IN]BLEBase::Init - setting/overriding transport
    D: 13269 [IN]TransportMgr initialized
    D: 13275 [DL]Using Thread extended MAC for hostname.
    I: 13281 [ZCL]Using ZAP configuration...
    I: 13286 [DMG]AccessControlCluster: initializing
    D: 13290 [DL]Boot reason: 6
    I: 13292 [ZCL]Initiating Admin Commissioning cluster.
    D: 13298 [IN]SecureSession[0x20004858]: Allocated Type:1 LSID:28548
    D: 13304 [DL]CHIPoBLE advertising set to on
    I: 13307 [DIS]Updating services using commissioning mode 1
    E: 13313 [DIS]Failed to remove advertised services: 3
    D: 13317 [DL]Using Thread extended MAC for hostname.
    I: 13322 [DIS]Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1 cp=0
    E: 13331 [DIS]Failed to advertise commissionable node: 3
    E: 13336 [DIS]Failed to finalize service update: 3
    I: 13341 [DIS]Updating services using commissioning mode 1
    E: 13346 [DIS]Failed to remove advertised services: 3
    D: 13351 [DL]Using Thread extended MAC for hostname.
    I: 13356 [DIS]Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1 cp=0
    E: 13365 [DIS]Failed to advertise commissionable node: 3
    E: 13370 [DIS]Failed to finalize service update: 3
    I: 13374 [IN]CASE Server enabling CASE session setups
    D: 13379 [IN]SecureSession[0x20004930]: Allocated Type:2 LSID:28549
    I: 13387 [SVR]Joining Multicast groups
    I: 13390 [SVR]Server Listening...
    I: 13393 [DL]Device Configuration:
    I: 13396 [DL]  Serial Number: 11223344556677889900
    I: 13401 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 13404 [DL]  Product Id: 32768 (0x8000)
    I: 13408 [DL]  Product Name: not-specified
    I: 13412 [DL]  Hardware Version: 0
    I: 13415 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: 13420 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
    I: 13427 [DL]  Manufacturing Date: 2022-01-01
    I: 13431 [DL]  Device Type: 65535 (0xFFFF)
    I: 13435 [SVR]SetupQRCode: [MT:Y.K9042C00KA0648G00]
    I: 13440 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 13446 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AY.K9042C00KA0648G00
    I: 13455 [SVR]Manual pairing code: [34970112332]
    Radio is fully disabled.
    E: 13462 [DL]Long dispatch time: 276 ms, for event type 2
    I: 13468 [DL]CHIPoBLE advertising started
    
    uart:~$
    uart:~$
    uart:~$
    uart:~$ I: 31707 [DL]Current number of connections: 1/1
    I: 31712 [DL]BLE connection established (ConnId: 0x00)
    I: 31717 [DL]CHIPoBLE advertising stopped
    D: 33488 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 33495 [BLE]local and remote recv window sizes = 5
    I: 33500 [BLE]selected BTP version 4
    I: 33503 [BLE]using BTP fragment sizes rx 244 / tx 244.
    D: 33578 [DL]ConnId: 0x00, New CCCD value: 0x0002
    D: 33583 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 33590 [IN]BLE EndPoint 0x2000d760 Connection Complete
    I: 33595 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
    D: 33668 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33761 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 33769 [EM]>>> [E:26189r S:0 M:180087988] (U) Msg RX from 0:04FC0AA01E88736F [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
    I: 33784 [EM]<<< [E:26189r S:0 M:32949848] (U) Msg TX from 0000000000000000 to 0:04FC0AA01E88736F [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
    D: 33798 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
    I: 33806 [SVR]Commissioning session establishment step started
    D: 33893 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33902 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 33909 [EM]>>> [E:26189r S:0 M:180087989] (U) Msg RX from 0:04FC0AA01E88736F [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
    I: 33930 [EM]<<< [E:26189r S:0 M:32949849] (U) Msg TX from 0000000000000000 to 0:04FC0AA01E88736F [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
    D: 33944 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 132)
    D: 34073 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34120 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34127 [EM]>>> [E:26189r S:0 M:180087990] (U) Msg RX from 0:04FC0AA01E88736F [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
    I: 34141 [EM]<<< [E:26189r S:0 M:32949850] (U) Msg TX from 0000000000000000 to 0:04FC0AA01E88736F [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
    D: 34155 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
    I: 34164 [SC]SecureSession[0x20004858, LSID:28548]: State change 'kEstablishing' --> 'kActive'
    D: 34172 [IN]SecureSession[0x20004858]: Activated - Type:1 LSID:28548
    D: 34179 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:28548 PSID:52387!
    I: 34187 [SVR]Commissioning completed session establishment step
    I: 34193 [DIS]Updating services using commissioning mode 0
    E: 34198 [DIS]Failed to remove advertised services: 3
    E: 34203 [DIS]Failed to finalize service update: 3
    D: 34207 [DL]CHIPoBLE advertising set to off
    I: 34212 [SVR]Device completed Rendezvous process
    D: 34298 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34307 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34315 [EM]>>> [E:26190r S:28548 M:232229999] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:134)
    D: 34328 [IM]Received Read request
    I: 34345 [EM]<<< [E:26190r S:28548 M:36897015] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:257)
    D: 34358 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34433 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34441 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
    D: 34523 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34532 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34540 [EM]>>> [E:26191r S:28548 M:232230000] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:103)
    D: 34553 [IM]Received Read request
    I: 34558 [EM]<<< [E:26191r S:28548 M:36897016] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:245)
    D: 34572 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34703 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34711 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 8)
    D: 34793 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34885 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34892 [EM]>>> [E:26192r S:28548 M:232230001] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 34907 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
    I: 34913 [EM]<<< [E:26192r S:28548 M:36897017] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 34927 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 35063 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35072 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 35080 [EM]>>> [E:26193r S:28548 M:232230002] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
    I: 35097 [EM]<<< [E:26193r S:28548 M:36897018] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 35112 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 35198 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35207 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 35214 [EM]>>> [E:26194r S:28548 M:232230003] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 35229 [ZCL]OpCreds: Certificate Chain request received for PAI
    I: 35235 [EM]<<< [E:26194r S:28548 M:36897019] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
    D: 35250 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 35378 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35386 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 35513 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35521 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 48)
    D: 35648 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35657 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 35664 [EM]>>> [E:26195r S:28548 M:232230004] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 35679 [ZCL]OpCreds: Certificate Chain request received for DAC
    I: 35685 [EM]<<< [E:26195r S:28548 M:36897020] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:557)
    D: 35700 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 35873 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35881 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 36053 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36061 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 78)
    D: 36188 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36236 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36244 [EM]>>> [E:26196r S:28548 M:232230005] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
    I: 36258 [ZCL]OpCreds: Received an AttestationRequest command
    I: 36265 [ZCL]OpCreds: AttestationRequest successful.
    I: 36271 [EM]<<< [E:26196r S:28548 M:36897021] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
    D: 36285 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 36368 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36376 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 36503 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36511 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 237)
    D: 36683 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36692 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36700 [EM]>>> [E:26197r S:28548 M:232230006] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
    I: 36714 [ZCL]OpCreds: Received a CSRRequest command
    I: 36733 [ZCL]OpCreds: AllocatePendingOperationalKey succeeded
    I: 36740 [ZCL]OpCreds: CSRRequest successful.
    I: 36745 [EM]<<< [E:26197r S:28548 M:36897022] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:392)
    D: 36759 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 36908 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36916 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 155)
    D: 37223 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 37360 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 37450 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 37457 [EM]>>> [E:26198r S:28548 M:232230007] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:293)
    I: 37472 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
    I: 37480 [ZCL]OpCreds: AddTrustedRootCertificate successful.
    I: 37486 [EM]<<< [E:26198r S:28548 M:36897023] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
    D: 37500 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 68)
    D: 37673 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 37853 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 38127 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 38259 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 38267 [EM]>>> [E:26199r S:28548 M:232230008] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:567)
    I: 38281 [ZCL]OpCreds: Received an AddNOC command
    I: 38286 [FP]Validating NOC chain
    I: 38294 [FP]NOC chain validation successful
    I: 38298 [FP]Added new fabric at index: 0x1
    I: 38302 [FP]Assigned compressed fabric ID: 0x02F9A31DCA7A0FF3, node ID: 0x0000000000002231
    I: 38310 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 38315 [TS]New proposed Last Known Good Time: 2021-01-01T00:00:00
    I: 38321 [TS]Retaining current Last Known Good Time
    I: 38335 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0x000000000001B669
    D: 38344 [DL]Using Thread extended MAC for hostname.
    I: 38349 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    E: 38355 [SVR]Operational advertising failed: 3
    I: 38360 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
    I: 38367 [EM]<<< [E:26199r S:28548 M:36897024] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 38381 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    E: 38389 [DL]Long dispatch time: 129 ms, for event type 16388
    D: 38483 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 38493 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 38500 [EM]>>> [E:26200r S:28548 M:232230009] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:176)
    I: 38517 [EM]<<< [E:26200r S:28548 M:36897025] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 38532 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 38618 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 38627 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 38634 [EM]>>> [E:26201r S:28548 M:232230010] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 38649 [FS]GeneralCommissioning: Received ArmFailSafe (164s)
    I: 38655 [EM]<<< [E:26201r S:28548 M:36897026] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 38670 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 38753 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 38762 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 38770 [EM]>>> [E:26202r S:28548 M:232230011] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:73)
    D: 38823 [DL]OpenThread State Changed (Flags: 0x1017c110)
    D: 38828 [DL]   Network Name: OpenThread-daa0
    D: 38832 [DL]   PAN Id: 0xDAA0
    D: 38835 [DL]   Extended PAN Id: 0x3A502D6E6A1E150B
    D: 38839 [DL]   Channel: 16
    D: 38842 [DL]   Mesh Prefix: fdee:2893:f92d:6d2f::/64
    D: 38851 [DL]OpenThread State Changed (Flags: 0x1100100d)
    D: 38856 [DL]   Device Role: DETACHED
    D: 38860 [DL]   Thread Unicast Addresses:
    D: 38864 [DL]        fdee:2893:f92d:6d2f:2ad8:1895:d6bd:a227/64 valid preferred
    D: 38870 [DL]        fe80::bcc4:7be8:2c96:331/64 valid preferred
    I: 40721 [DL]SRP Client was started, detected server: fdee:2893:f92d:6d2f:aa9d:14b6:f24c:b3fd
    I: 40730 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
    D: 40736 [DL]OpenThread State Changed (Flags: 0x200002a4)
    D: 40741 [DL]   Device Role: CHILD
    D: 40744 [DL]   Partition Id: 0x63A73904
    D: 40752 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 40757 [DL]   Thread Unicast Addresses:
    D: 40760 [DL]        fd0c:8d4a:ccb:1:d5db:c72:d3d5:ebd0/64 valid preferred
    D: 40767 [DL]        fdee:2893:f92d:6d2f:0:ff:fe00:e80b/64 valid preferred rloc
    D: 40774 [DL]        fdee:2893:f92d:6d2f:2ad8:1895:d6bd:a227/64 valid preferred
    D: 40781 [DL]        fe80::bcc4:7be8:2c96:331/64 valid preferred
    I: 40791 [EM]<<< [E:26202r S:28548 M:36897027] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:65)
    D: 40806 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 70)
    D: 40813 [DL]Using Thread extended MAC for hostname.
    I: 40818 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    E: 40824 [SVR]Operational advertising failed: 3
    D: 40958 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 41791 [DL]SRP update succeeded
    I: 41795 [SVR]Server initialization complete
    I: 41799 [DIS]Updating services using commissioning mode 0
    D: 41804 [DL]Using Thread extended MAC for hostname.
    I: 41808 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    I: 41815 [DL]advertising srp service: 02F9A31DCA7A0FF3-0000000000002231._matter._tcp
    I: 41823 [SWU]Stopping the watchdog timer
    I: 41827 [SWU]Starting the periodic query timer, timeout: 86400 seconds
    E: 42271 [DL]SRP update error: domain name or RRset is duplicated
    D: 43434 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    E: 43961 [DL]SRP update error: domain name or RRset is duplicated
    D: 45941 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 46044 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    E: 47141 [DL]SRP update error: domain name or RRset is duplicated
    D: 48519 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 51026 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 51084 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    E: 52341 [DL]SRP update error: domain name or RRset is duplicated
    D: 53559 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 56066 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 56169 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58644 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 61151 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    E: 61192 [DL]SRP update error: domain name or RRset is duplicated
    D: 61254 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 63775 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 66283 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 66384 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 68860 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 71367 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 71425 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 73945 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    E: 76232 [DL]SRP update error: domain name or RRset is duplicated
    D: 76452 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 76555 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 78985 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 81492 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 81550 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 84025 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 86007 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 86014 [EM]>>> [E:26203r S:28548 M:232230012] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 86029 [FS]GeneralCommissioning: Received ArmFailSafe (120s)
    I: 86035 [EM]<<< [E:26203r S:28548 M:36897028] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 86049 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 86230 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 88705 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 91213 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 91270 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 93745 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 96253 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 96356 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 98831 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 101338 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 101396 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    E: 101763 [DL]SRP update error: domain name or RRset is duplicated
    D: 103871 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 106378 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 106436 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 108911 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 111419 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 111476 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 113952 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 116459 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 116516 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 118991 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 121499 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 121556 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 124032 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 126539 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 126597 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 129072 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 131008 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 131016 [EM]>>> [E:26204r S:28548 M:232230013] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 131031 [FS]GeneralCommissioning: Received ArmFailSafe (120s)
    I: 131037 [EM]<<< [E:26204r S:28548 M:36897029] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 131052 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 131232 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 133707 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 136215 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 136272 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 138747 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 141255 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 141357 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 143832 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    E: 145165 [DL]SRP update error: domain name or RRset is duplicated
    D: 146340 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 146397 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 148873 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 151380 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 151438 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 153913 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 156420 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 156478 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 159043 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 161550 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 161608 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 164083 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 166591 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 166648 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 169123 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 171631 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 171688 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 174164 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 176671 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 176729 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 179249 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 181756 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 181814 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 184289 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 186796 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 186854 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 189329 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 191837 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 191894 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 194369 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 196877 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 196934 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 199410 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 201917 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 201975 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 204450 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 206958 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 207105 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 209580 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 212087 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 212145 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 214620 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 217128 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 217230 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    E: 218859 [DL]SRP update error: domain name or RRset is duplicated
    D: 219705 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 222213 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 222270 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    
    uart:~$
    uart:~$
    uart:~$
    uart:~$
    uart:~$ D: 224746 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 227253 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 227311 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 229786 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 232293 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 232351 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 234826 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 237333 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 237391 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 239866 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 242374 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 242477 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 244906 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 247414 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 247471 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 249947 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 251036 [FS]Fail-safe timer expired
    E: 251039 [SVR]Failsafe timer expired
    D: 251043 [IN]SecureSession[0x20004858]: MarkForEviction Type:1 LSID:28548
    I: 251049 [SC]SecureSession[0x20004858, LSID:28548]: State change 'kActive' --> 'kPendingEviction'
    D: 251058 [IN]SecureSession[0x20004858]: Released - Type:1 LSID:28548
    E: 251064 [SVR]Commissioning failed (attempt 1): 32
    D: 251069 [IN]Clearing BLE pending packets.
    I: 251073 [BLE]Releasing end point's BLE connection back to application.
    I: 251079 [DL]Closing BLE GATT connection (ConnId 00)
    D: 251084 [IN]SecureSession[0x20004858]: Allocated Type:1 LSID:28550
    D: 251090 [DL]CHIPoBLE advertising set to on
    I: 251094 [DIS]Updating services using commissioning mode 1
    D: 251100 [DL]Using Thread extended MAC for hostname.
    I: 251104 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    D: 251111 [DL]Using Thread extended MAC for hostname.
    I: 251116 [DIS]Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1 cp=0
    I: 251126 [DL]advertising srp service: D0D5FD097D0FFD3A._matterc._udp
    E: 251132 [ZCL]OpCreds: Got FailSafeTimerExpired
    E: 251136 [ZCL]OpCreds: Proceeding to FailSafeCleanup on fail-safe expiry!
    D: 251143 [IN]Expiring all sessions for fabric 0x1!!
    E: 251147 [FP]Reverting pending fabric data for fabric 0x1
    E: 251153 [FP]Warning: metadata not found during delete of fabric 0x1
    I: 251166 [FP]Fabric (0x1) deleted.
    I: 251169 [SVR]Closing pairing window
    D: 251173 [IN]SecureSession[0x20004858]: Released - Type:1 LSID:28550
    I: 251179 [DIS]Updating services using commissioning mode 0
    I: 251184 [DL]removing srp service: 02F9A31DCA7A0FF3-0000000000002231._matter._tcp
    I: 251191 [DL]removing srp service: D0D5FD097D0FFD3A._matterc._udp
    D: 251197 [DL]CHIPoBLE advertising set to off
    I: 251201 [ZCL]OpCreds: Fabric index 0x1 was removed
    I: 251206 [DIS]Updating services using commissioning mode 0
    I: 251211 [DL]removing srp service: 02F9A31DCA7A0FF3-0000000000002231._matter._tcp
    I: 251218 [DL]removing srp service: D0D5FD097D0FFD3A._matterc._udp
    I: 251236 [TS]Pending Last Known Good Time: 2023-10-14T01:16:48
    I: 251242 [TS]Previous Last Known Good Time: 2023-10-14T01:16:48
    I: 251248 [TS]Reverted Last Known Good Time to previous value
    E: 251253 [FP]Warning: metadata not found during delete of fabric 0x1
    I: 251262 [ZCL]OpCreds: Fabric index 0x1 was removed
    I: 251266 [DIS]Updating services using commissioning mode 0
    I: 251271 [DL]removing srp service: 02F9A31DCA7A0FF3-0000000000002231._matter._tcp
    I: 251279 [DL]removing srp service: D0D5FD097D0FFD3A._matterc._udp
    E: 251285 [SVR]Warning, failed to delete GroupDataProvider state for fabric index 0x1: d8
    E: 251293 [ZCL]OpCreds: failed to delete fabric at index 1: d8
    D: 251791 [DL]SRP update succeeded
    I: 251794 [NP]Reverting Thread operational dataset
    E: 251826 [DL]Long dispatch time: 787 ms, for event type 32784
    I: 251831 [FS]Fail-safe cleanly disarmed
    I: 251835 [DIS]Updating services using commissioning mode 0
    I: 251840 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
    I: 251846 [ZCL]ThreadDiagnosticsDelegate: OnNetworkFaultChanged
    D: 251852 [DL]OpenThread State Changed (Flags: 0x11002046)
    D: 251857 [DL]   Device Role: DISABLED
    D: 251861 [DL]   Thread Unicast Addresses:
    D: 251864 [DL]        fd0c:8d4a:ccb:1:d5db:c72:d3d5:ebd0/64 valid preferred
    D: 251873 [DL]OpenThread State Changed (Flags: 0x10000000)


    However, when I subsequently called the nrf_802154_deinit() function, I encountered an error.

    Please find below the logs:

    *** Booting My Application v3.0.0-8dc378c22285 ***
    *** Using nRF Connect SDK v3.0.0-3bfc46578e42 ***
    *** Using Zephyr OS v4.0.99-3e0ce7636fa6 ***
    
    I: 11445 [DL]BLE address: EE:63:C6:08:AD:81
    D: Registered new test event: 0xffffffff80000000
    D: Registered new test event: 0xffffffff80010000
    I: 11460 [DL]CHIP task running
    I: Init CHIP stack
    I: 11465 [DL]OpenThread started: OK
    I: 11468 [DL]Setting OpenThread device type to SLEEPY END DEVICE
    I: 11475 [DL]The device does not support hardware protection against write.
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 11490 [SVR]Subscription persistence not supported
    I: 11494 [SVR]Server initializing...
    I: 11498 [TS]Last Known Good Time: [unknown]
    I: 11502 [TS]Setting Last Known Good Time to firmware build time 2023-10-14T01:16:48
    I: 11510 [DMG]AccessControl: initializing
    I: 11514 [DMG]Examples::AccessControlDelegate::Init
    I: 11519 [DMG]AccessControl: setting
    I: 11522 [DMG]DefaultAclStorage: initializing
    I: 11526 [DMG]DefaultAclStorage: 0 entries loaded
    D: 11530 [IN]UDP::Init bind&listen port=5540
    E: 11534 [IN]IPV6_PKTINFO failed: 109
    D: 11538 [IN]UDP::Init bound to port=5540
    D: 11541 [IN]BLEBase::Init - setting/overriding transport
    D: 11546 [IN]TransportMgr initialized
    D: 11552 [DL]Using Thread extended MAC for hostname.
    I: 11558 [ZCL]Using ZAP configuration...
    I: 11563 [DMG]AccessControlCluster: initializing
    D: 11567 [DL]Boot reason: 6
    I: 11569 [ZCL]Initiating Admin Commissioning cluster.
    D: 11575 [IN]SecureSession[0x20004858]: Allocated Type:1 LSID:22192
    D: 11581 [DL]CHIPoBLE advertising set to on
    I: 11584 [DIS]Updating services using commissioning mode 1
    E: 11590 [DIS]Failed to remove advertised services: 3
    D: 11594 [DL]Using Thread extended MAC for hostname.
    I: 11599 [DIS]Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1 cp=0
    E: 11608 [DIS]Failed to advertise commissionable node: 3
    E: 11613 [DIS]Failed to finalize service update: 3
    I: 11618 [DIS]Updating services using commissioning mode 1
    E: 11623 [DIS]Failed to remove advertised services: 3
    D: 11628 [DL]Using Thread extended MAC for hostname.
    I: 11633 [DIS]Advertise commission parameter vendorID=65521 productID=32768 discriminator=3840/15 cm=1 cp=0
    E: 11642 [DIS]Failed to advertise commissionable node: 3
    E: 11647 [DIS]Failed to finalize service update: 3
    I: 11651 [IN]CASE Server enabling CASE session setups
    D: 11656 [IN]SecureSession[0x20004930]: Allocated Type:2 LSID:22193
    I: 11664 [SVR]Joining Multicast groups
    I: 11667 [SVR]Server Listening...
    I: 11670 [DL]Device Configuration:
    I: 11673 [DL]  Serial Number: 11223344556677889900
    I: 11678 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 11681 [DL]  Product Id: 32768 (0x8000)
    I: 11685 [DL]  Product Name: not-specified
    I: 11689 [DL]  Hardware Version: 0
    I: 11692 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: 11697 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
    I: 11704 [DL]  Manufacturing Date: 2022-01-01
    I: 11708 [DL]  Device Type: 65535 (0xFFFF)
    I: 11712 [SVR]SetupQRCode: [MT:Y.K9042C00KA0648G00]
    I: 11716 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 11723 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3AY.K9042C00KA0648G00
    I: 11732 [SVR]Manual pairing code: [34970112332]
    Radio is fully disabled.
    E: 11739 [DL]Long dispatch time: 276 ms, for event type 2
    I: 11745 [DL]CHIPoBLE advertising started
    
    uart:~$
    uart:~$
    uart:~$
    uart:~$
    uart:~$ I: 29457 [DL]Current number of connections: 1/1
    I: 29462 [DL]BLE connection established (ConnId: 0x00)
    I: 29466 [DL]CHIPoBLE advertising stopped
    D: 31193 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 31200 [BLE]local and remote recv window sizes = 5
    I: 31205 [BLE]selected BTP version 4
    I: 31208 [BLE]using BTP fragment sizes rx 244 / tx 244.
    D: 31283 [DL]ConnId: 0x00, New CCCD value: 0x0002
    D: 31287 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 31295 [IN]BLE EndPoint 0x2000d760 Connection Complete
    I: 31300 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
    D: 31373 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 31382 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 31389 [EM]>>> [E:52698r S:0 M:234504654] (U) Msg RX from 0:E27AB590659338B3 [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
    I: 31404 [EM]<<< [E:52698r S:0 M:77842687] (U) Msg TX from 0000000000000000 to 0:E27AB590659338B3 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
    D: 31419 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
    I: 31427 [SVR]Commissioning session establishment step started
    D: 31553 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 31561 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 31569 [EM]>>> [E:52698r S:0 M:234504655] (U) Msg RX from 0:E27AB590659338B3 [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
    I: 31590 [EM]<<< [E:52698r S:0 M:77842688] (U) Msg TX from 0000000000000000 to 0:E27AB590659338B3 [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
    D: 31604 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 132)
    D: 31733 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 31741 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 31749 [EM]>>> [E:52698r S:0 M:234504656] (U) Msg RX from 0:E27AB590659338B3 [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
    I: 31763 [EM]<<< [E:52698r S:0 M:77842689] (U) Msg TX from 0000000000000000 to 0:E27AB590659338B3 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
    D: 31777 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
    I: 31786 [SC]SecureSession[0x20004858, LSID:22192]: State change 'kEstablishing' --> 'kActive'
    D: 31794 [IN]SecureSession[0x20004858]: Activated - Type:1 LSID:22192
    D: 31800 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:22192 PSID:18716!
    I: 31809 [SVR]Commissioning completed session establishment step
    I: 31815 [DIS]Updating services using commissioning mode 0
    E: 31820 [DIS]Failed to remove advertised services: 3
    E: 31825 [DIS]Failed to finalize service update: 3
    D: 31829 [DL]CHIPoBLE advertising set to off
    I: 31833 [SVR]Device completed Rendezvous process
    D: 31868 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 31877 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 31885 [EM]>>> [E:52699r S:22192 M:211078776] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:134)
    D: 31898 [IM]Received Read request
    I: 31914 [EM]<<< [E:52699r S:22192 M:46302495] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:257)
    D: 31928 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 32048 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 32055 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
    D: 32183 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 32276 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 32283 [EM]>>> [E:52700r S:22192 M:211078777] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:103)
    D: 32296 [IM]Received Read request
    I: 32302 [EM]<<< [E:52700r S:22192 M:46302496] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:245)
    D: 32315 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 32588 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 32595 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 8)
    D: 32723 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 32731 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 32739 [EM]>>> [E:52701r S:22192 M:211078778] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 32753 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
    I: 32760 [EM]<<< [E:52701r S:22192 M:46302497] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 32774 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 32948 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 32957 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 32964 [EM]>>> [E:52702r S:22192 M:211078779] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
    I: 32982 [EM]<<< [E:52702r S:22192 M:46302498] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 32996 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 33083 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33091 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 33099 [EM]>>> [E:52703r S:22192 M:211078780] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 33113 [ZCL]OpCreds: Certificate Chain request received for PAI
    I: 33120 [EM]<<< [E:52703r S:22192 M:46302499] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
    D: 33135 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 33353 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33360 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 33578 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33585 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 48)
    D: 33668 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33676 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 33684 [EM]>>> [E:52704r S:22192 M:211078781] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 33698 [ZCL]OpCreds: Certificate Chain request received for DAC
    I: 33705 [EM]<<< [E:52704r S:22192 M:46302500] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:557)
    D: 33720 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 33848 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 33855 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34028 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34035 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 78)
    D: 34163 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34256 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34263 [EM]>>> [E:52705r S:22192 M:211078782] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
    I: 34278 [ZCL]OpCreds: Received an AttestationRequest command
    I: 34285 [ZCL]OpCreds: AttestationRequest successful.
    I: 34290 [EM]<<< [E:52705r S:22192 M:46302501] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
    D: 34305 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34568 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34575 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34703 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34710 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 237)
    D: 34838 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34847 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 34855 [EM]>>> [E:52706r S:22192 M:211078783] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
    I: 34869 [ZCL]OpCreds: Received a CSRRequest command
    I: 34888 [ZCL]OpCreds: AllocatePendingOperationalKey succeeded
    I: 34895 [ZCL]OpCreds: CSRRequest successful.
    I: 34899 [EM]<<< [E:52706r S:22192 M:46302502] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:392)
    D: 34914 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
    D: 34973 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 34980 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 155)
    D: 35198 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35244 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 35334 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 35342 [EM]>>> [E:52707r S:22192 M:211078784] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:293)
    I: 35356 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
    I: 35364 [ZCL]OpCreds: AddTrustedRootCertificate successful.
    I: 35370 [EM]<<< [E:52707r S:22192 M:46302503] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
    D: 35385 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 68)
    D: 35603 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 35694 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 36099 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 36234 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36241 [EM]>>> [E:52708r S:22192 M:211078785] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:567)
    I: 36256 [ZCL]OpCreds: Received an AddNOC command
    I: 36261 [FP]Validating NOC chain
    I: 36268 [FP]NOC chain validation successful
    I: 36272 [FP]Added new fabric at index: 0x1
    I: 36276 [FP]Assigned compressed fabric ID: 0x02F9A31DCA7A0FF3, node ID: 0x0000000000002231
    I: 36284 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 36289 [TS]New proposed Last Known Good Time: 2021-01-01T00:00:00
    I: 36295 [TS]Retaining current Last Known Good Time
    I: 36310 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0x000000000001B669
    D: 36318 [DL]Using Thread extended MAC for hostname.
    I: 36323 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    E: 36330 [SVR]Operational advertising failed: 3
    I: 36334 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
    I: 36341 [EM]<<< [E:52708r S:22192 M:46302504] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 36356 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    E: 36363 [DL]Long dispatch time: 129 ms, for event type 16388
    D: 36413 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36462 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36469 [EM]>>> [E:52709r S:22192 M:211078786] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:176)
    I: 36486 [EM]<<< [E:52709r S:22192 M:46302505] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 36501 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 36593 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36601 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36609 [EM]>>> [E:52710r S:22192 M:211078787] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 36623 [FS]GeneralCommissioning: Received ArmFailSafe (164s)
    I: 36630 [EM]<<< [E:52710r S:22192 M:46302506] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 36644 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 36773 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 36782 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 36789 [EM]>>> [E:52711r S:22192 M:211078788] (S) Msg RX from 1:FFFFFFFB00000000 [0FF3] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:73)
    D: 36843 [DL]OpenThread State Changed (Flags: 0x1017c110)
    D: 36848 [DL]   Network Name: OpenThread-daa0
    D: 36852 [DL]   PAN Id: 0xDAA0
    D: 36855 [DL]   Extended PAN Id: 0x3A502D6E6A1E150B
    D: 36859 [DL]   Channel: 16
    D: 36862 [DL]   Mesh Prefix: fdee:2893:f92d:6d2f::/64
    D: 36871 [DL]OpenThread State Changed (Flags: 0x1100100d)
    D: 36876 [DL]   Device Role: DETACHED
    D: 36879 [DL]   Thread Unicast Addresses:
    D: 36883 [DL]        fdee:2893:f92d:6d2f:b84f:493c:4e90:fd35/64 valid preferred
    D: 36890 [DL]        fe80::d816:61f0:e96a:4036/64 valid preferred
    I: 38307 [DL]SRP Client was started, detected server: fdee:2893:f92d:6d2f:aa9d:14b6:f24c:b3fd
    I: 38315 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
    D: 38321 [DL]OpenThread State Changed (Flags: 0x200002a4)
    D: 38326 [DL]   Device Role: CHILD
    D: 38329 [DL]   Partition Id: 0x63A73904
    D: 38337 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 38342 [DL]   Thread Unicast Addresses:
    D: 38346 [DL]        fd0c:8d4a:ccb:1:7e96:e7be:74a1:750/64 valid preferred
    D: 38352 [DL]        fdee:2893:f92d:6d2f:0:ff:fe00:e80a/64 valid preferred rloc
    D: 38359 [DL]        fdee:2893:f92d:6d2f:b84f:493c:4e90:fd35/64 valid preferred
    D: 38366 [DL]        fe80::d816:61f0:e96a:4036/64 valid preferred
    I: 38377 [EM]<<< [E:52711r S:22192 M:46302507] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [0FF3] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:65)
    D: 38391 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 70)
    D: 38399 [DL]Using Thread extended MAC for hostname.
    I: 38417 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    E: 38424 [SVR]Operational advertising failed: 3
    D: 38573 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 38872 [DL]SRP update succeeded
    I: 38875 [SVR]Server initialization complete
    I: 38879 [DIS]Updating services using commissioning mode 0
    D: 38884 [DL]Using Thread extended MAC for hostname.
    I: 38889 [DIS]Advertise operational node 02F9A31DCA7A0FF3-0000000000002231
    I: 38895 [DL]advertising srp service: 02F9A31DCA7A0FF3-0000000000002231._matter._tcp
    I: 38903 [SWU]Stopping the watchdog timer
    I: 38907 [SWU]Starting the periodic query timer, timeout: 86400 seconds
    E: 39551 [DL]SRP update error: domain name or RRset is duplicated
    D: 41094 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    E: 41421 [DL]SRP update error: domain name or RRset is duplicated
    D: 43601 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 43658 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    E: 44491 [DL]SRP update error: domain name or RRset is duplicated
    D: 46134 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 48641 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 48698 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    ,Alarm Raised,1
    ASSERTION FAIL @ mutex.c:111
    E: r0/a1:  0x00000004  r1/a2:  0x0000006f  r2/a3:  0x00000001
    E: r3/a4:  0x00000004 r12/ip:  0x00000000 r14/lr:  0x00057323
    E:  xpsr:  0x010000eb
    E: Faulting instruction address (r15/pc): 0x00088130
    E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
    E: Fault during interrupt handling
    
    E: Current thread: 0x2000d3c8 (idle)
    E: Halting system


    Why getting this error? Is it required to call nrf_802154_deinit() function after disable openthread stack ?

    Kindly check the attached logs.

    Thank you.

    Regards,
    Pratik 

  • Hello Pratik,

    The errors you are seeing after disabling Thread and deinitializing the radio—such as "Failed to remove advertised services: 3", "SRP update error: domain name or RRset is duplicated", and "Zephyr fatal error 4: kernel panic on CPU 0"—are consistent with the system or application stack attempting to perform network operations (like service advertisement or SRP updates) after the Thread stack and radio have been disabled or deinitialized. 

    The recommended approach is to ensure all network operations are stopped and the stack is fully idle before calling nrf_802154_deinit(), or to use sleep functions like nrf_802154_sleep() for less disruptive power saving. You can read this previous case: In an OpenThread application, how can one shut down/power on all IEEE 802.15.4 radios during runtime?.

Related