Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command

Hello,

I am currently testing the Matter Closure sample with an nRF5340-DK board. I am using nRF SDK 3.2.0.

- When I send an open command, everything works fine.

- When I send a close command, I get a fatal Zephyr error.

Open: MoveTo(position=clusters.ClosureControl.Enums.TargetPositionEnum.kMoveToFullyOpen)

Close: MoveTo(position=clusters.ClosureControl.Enums.TargetPositionEnum.kMoveToFullyClosed)

Matter command

      await self.send_device_command(
            clusters.ClosureControl.Commands.MoveTo(
                position=clusters.ClosureControl.Enums.TargetPositionEnum.kMoveToFullyClosed,
            ),
            timed_request_timeout_ms=1000,
        )
Serial log when sending the Matter command:
[22:41:13]D: 910640 [IN]UDP Message Received packet nb : 81 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47454] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 39
[22:41:13]I: 910657 [EM]>>> [E:30323r S:8852 M:213367465] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:0A (IM:TimedRequest) (B:39)
[22:41:13]I: 910672 [EM]<<< [E:30323r S:8852 M:21943548 (Ack:213367465)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47454] --- Type 0001:01 (IM:StatusResponse) (B:42)
[22:41:13]I: 910692 [EM]??1 [E:30323r S:8852 M:21943548] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1837ms from now [State:Active II:500 AI:300 AT:4000]
[22:41:13]D: 910716 [IN]UDP Message Received packet nb : 82 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47454] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 67
[22:41:13]I: 910733 [EM]>>> [E:30323r S:8852 M:213367466 (Ack:21943548)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:08 (IM:InvokeCommandRequest) (B:67)
[22:41:13]abort()
[22:41:13]E: r0/a1:  0x00000004  r1/a2:  0x000a922c  r2/a3:  0x00000001
[22:41:13]E: r3/a4:  0x00000004 r12/ip:  0x00084e45 r14/lr:  0x000113d9
[22:41:13]E:  xpsr:  0x21000000
[22:41:13]E: Faulting instruction address (r15/pc): 0x000113e8
[22:41:13]E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
[22:41:13]E: Current thread: 0x2000c038 (CHIP)
[22:41:13]E: Halting system

Could you help me fix the bug?
  • Hi

    I'll try setting up this on my end later this week as I don't have time today unfortunately. Can you upload the full log in the meantime. A suspicion is that you're calling the closure command before the Open command has been completed or when it is already in the fully Closed position. I assume you have not changed the sample at all from the sample, correct? If not, please share what has potentially changed.

    Best regards,

    Simon

  • I confirm that I have not modified the closure sample. 

    I tried waiting longer between sending commands, but that didn't help.

    The complete logs are attached.

    [21:58:05]I: D: 11776707 [IN]UDP Message Received packet nb : 148 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 39
    [21:58:05]I: 11776724 [EM]>>> [E:46548r S:30714 M:57799932] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:0A (IM:TimedRequest) (B:39)
    [21:58:05]I: 11776739 [EM]<<< [E:46548r S:30714 M:131210382 (Ack:57799932)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:05]I: 11776760 [EM]??1 [E:46548r S:30714 M:131210382] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1846ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:05]D: 11776786 [IN]UDP Message Received packet nb : 149 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 67
    [21:58:05]I: 11776804 [EM]>>> [E:46548r S:30714 M:57799933 (Ack:131210382)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:08 (IM:InvokeCommandRequest) (B:67)
    [21:58:05]D: Starting movement
    [21:58:05]D: Closure Control cluster ID: 0x0000_0001
    [21:58:05]D: Closure Control cluster ID: 0x0000_0004
    [21:58:05]D: Closure Control cluster ID: 0x0000_0004
    [21:58:05]I: 11776837 [EM]<<< [E:46548r S:30714 M:131210383 (Ack:57799933)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0001:09 (IM:InvokeCommandResponse) (B:68)
    [21:58:05]I: 11776858 [EM]??1 [E:46548r S:30714 M:131210383] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1873ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:05]I: 117D: 11776882 [IN]UDP Message Received packet nb : 150 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 34
    [21:58:05]76879 [EM]<<< [E:63637i S:30713 M:219518573] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0001:05 (IM:ReportData) (B:104)
    [21:58:05]I: 11776917 [EM]??1 [E:63637i S:30713 M:219518573] (S) Msg Retransmission to 1:00000000212740BC scheduled for 2130ms from now [State:Idle II:500 AI:300 AT:4000]
    [21:58:05]I: 11776939 [EM]<<< [E:63638i S:30714 M:131210384] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 00D: 11776957 [IN]UDP Message Received packet nb : 151 SrcAddr : fd55:fc62:6327:1:ee3c:340c:95bc:99c1[50633] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:05]01:05 (IM:ReportData) (B:104)
    [21:58:05]I: 11776978 [EM]??1 [E:63638i S:30714 M:131210384] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1863ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:05]I: Setting brightness level to 6
    [21:58:05]D: Closure Control cluster ID: 0x0000_0003
    [21:58:05]D: Closure Control cluster ID: 0x0000_0004
    [21:58:05]D: Closure Control cluster ID: 0x0000_0000
    [21:58:05]I: 11777015 [EM]>>> [E:46548r SD: 11777021 [IN]UDP Message Received packet nb : 152 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:05]:30714 M:57799934 (Ack:131210383)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:05]I: 11777051 [EM]>>> [E:63637i S:30713 M:248502313 (Ack:219518573)] (S) Msg RX from 1:00000000212740BC [FE0B] to 0000000042ADF37E --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:05]I: 11777066 [IM]Received status response, status is 0x00
    [21:58:05]I: 11777072 [EM]<<< [E:63637i S:30713 M:219518574 (Ack:248502313)] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:05]I: 11777095 [EM]>>> [E:63638i S:30714 M:57799935 (Ack:131210384)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:05]I: 11777111 [IM]Received status response, status is 0x00
    [21:58:05]I: 11777117 [EM]<<< [E:63638i S:30714 M:131210385 (Ack:57799935)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:05]I: 11777146 [EM]<<< [E:63639i S:30713 M:219518575] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0001:05 (IM:ReportData) (B:136)
    [21:58:05]I: 11777167 [EM]??1 [E:63639i S:30713 M:219518575] (S) Msg Retransmission to 1:00000000212740BC scheduled for 1859ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:05]I: Setting brightness level to 13
    [21:58:06]D: 11777197 [IN]UDP Message Received packet nb : 153 SrcAddr : fd55:fc62:6327:1:ee3c:340c:95bc:99c1[50633] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:06]I: 11777214 [EM]>>> [E:63639i S:30713 M:248502314 (Ack:219518575)] (S) Msg RX from 1:00000000212740BC [FE0B] to 0000000042ADF37E --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:06]I: 11777230 [IM]Received status response, status is 0x00
    [21:58:06]I: 11777236 [EM]<<< [E:63639i S:30713 M:219518576 (Ack:248502314)] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:06]I: Setting brightness level to 19
    [21:58:06]I: Setting brightness level to 26
    [21:58:06]I: Setting brightness level to 32
    [21:58:06]I: Setting brightness level to 38
    [21:58:06]I: Setting brightness level to 45
    [21:58:06]I: Setting brightness level to 51
    [21:58:06]I: Setting brightness level to 57
    [21:58:06]I: 11778001 [EM]<<< [E:63640i S:30714 M:131210386] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0001:05 (IM:ReportData) (B:136)
    [21:58:06]I: 11778020 [EM]??1 [E:63640i S:30714 M:131210386] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1839ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:06]I: Setting brightness level to 64
    [21:58:06]D: 11778055 [IN]UDP Message Received packet nb : 154 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:06]I: 11778072 [EM]>>> [E:63640i S:30714 M:57799936 (Ack:131210386)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:06]I: 11778087 [IM]Received status response, status is 0x00
    [21:58:06]I: 11778093 [EM]<<< [E:63640i S:30714 M:131210387 (Ack:57799936)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:06]I: Setting brightness level to 70
    [21:58:07]I: Setting brightness level to 77
    [21:58:07]I: Setting brightness level to 83
    [21:58:07]I: Setting brightness level to 89
    [21:58:07]I: Setting brightness level to 96
    [21:58:07]I: Setting brightness level to 102
    [21:58:07]I: Setting brightness level to 108
    [21:58:07]I: Setting brightness level to 115
    [21:58:07]I: Setting brightness level to 121
    [21:58:07]I: Setting brightness level to 128
    [21:58:07]I: Setting brightness level to 134
    [21:58:08]I: Setting brightness level to 140
    [21:58:08]I: Setting brightness level to 147
    [21:58:08]I: Setting brightness level to 153
    [21:58:08]I: Setting brightness level to 159
    [21:58:08]I: Setting brightness level to 166
    [21:58:08]I: Setting brightness level to 172
    [21:58:08]I: Setting brightness level to 179
    [21:58:08]I: Setting brightness level to 185
    [21:58:08]I: Setting brightness level to 191
    [21:58:09]I: Setting brightness level to 198
    [21:58:09]I: Setting brightness level to 204
    [21:58:09]D: Closure Control cluster ID: 0x0000_0003
    [21:58:09]I: 11780324 [EM]<<< [E:63641i S:30713 M:219518577] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0001:05 (IM:ReportData) (B:79)
    [21:58:09]I: 11780343 [EM]??1 [E:63641i S:30713 M:219518577] (S) Msg Retransmission to 1:00000000212740BC scheduled for 1847ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:09]I: 11780365 [EM]<<< [E:63642i S:30714 M:131210388] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type D: 11780384 [IN]UDP Message Received packet nb : 155 SrcAddr : fd55:fc62:6327:1:ee3c:340c:95bc:99c1[50633] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:09]0001:05 (IM:ReportData) (B:79)
    [21:58:09]I: 11780405 [EM]??1 [E:63642i S:30714 M:131210388] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1886ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:09]I: Setting brightness level to 210
    [21:58:09]D: Closure Control cluster ID: 0x0000_0003
    [21:58:09]D: 11780431 [IN]UDP Message Received packet nb : 156 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:09]I: 11780448 [EM]>>> [E:63641i S:30713 M:248502315 (Ack:219518577)] (S) Msg RX from 1:00000000212740BC [FE0B] to 0000000042ADF37E --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:09]I: 11780463 [IM]Received status response, status is 0x00
    [21:58:09]I: 11780469 [EM]<<< [E:63641i S:30713 M:219518578 (Ack:248502315)] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:09]I: 11780492 [EM]>>> [E:63642i S:30714 M:57799937 (Ack:131210388)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:09]I: 11780508 [IM]Received status response, status is 0x00
    [21:58:09]I: 11780514 [EM]<<< [E:63642i S:30714 M:131210389 (Ack:57799937)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:09]I: 11780540 [EM]<<< [E:63643i S:30713 M:219518579] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0001:05 (IM:ReportData) (B:79)
    [21:58:09]I: 11780562 [EM]??1 [E:63643i S:30713 M:219518579] (S) Msg Retransmission to 1:00000000212740BC scheduled for 1869ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:09]I: Setting brightness level to 217
    [21:58:09]D: 11780586 [IN]UDP Message Received packet nb : 157 SrcAddr : fd55:fc62:6327:1:ee3c:340c:95bc:99c1[50633] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:09]I: 11780603 [EM]>>> [E:63643i S:30713 M:248502316 (Ack:219518579)] (S) Msg RX from 1:00000000212740BC [FE0B] to 0000000042ADF37E --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:09]I: 11780619 [IM]Received status response, status is 0x00
    [21:58:09]I: 11780625 [EM]<<< [E:63643i S:30713 M:219518580 (Ack:248502316)] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:09]I: Setting brightness level to 223
    [21:58:09]I: Setting brightness level to 230
    [21:58:09]I: Setting brightness level to 236
    [21:58:09]I: Setting brightness level to 242
    [21:58:09]I: Setting brightness level to 249
    [21:58:10]I: Setting brightness level to 255
    [21:58:10]D: Movement stopped
    [21:58:10]D: Closure Control cluster ID: 0x0000_0001
    [21:58:10]D: Closure Control cluster ID: 0x0000_0000
    [21:58:10]D: Closure Control cluster ID: 0x0000_0003
    [21:58:10]D: Closure Control cluster ID: 0x0000_0004
    [21:58:10]D: Attributes updated on movement stopped
    [21:58:10]I: 11781231 [EM]<<< [E:63644i S:30713 M:219518581] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0001:05 (IM:ReportData) (B:196)
    [21:58:10]I: 11781251 [EM]??1 [E:63644i S:30713 M:219518581] (S) Msg Retransmission to 1:00000000212740BC scheduled for 1867ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:10]D: 11781300 [IN]UDP Message Received packet nb : 158 SrcAddr : fd55:fc62:6327:1:ee3c:340c:95bc:99c1[50633] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:10]I: 11781317 [EM]>>> [E:63644i S:30713 M:248502317 (Ack:219518581)] (S) Msg RX from 1:00000000212740BC [FE0B] to 0000000042ADF37E --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:10]I: 11781333 [IM]Received status response, status is 0x00
    [21:58:10]I: 11781339 [EM]<<< [E:63644i S:30713 M:219518582 (Ack:248502317)] (S) Msg TX from 0000000042ADF37E to 1:00000000212740BC [FE0B] [UDP:[fd55:fc62:6327:1:ee3c:340c:95bc:99c1]:50633] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:10]I: 11781427 [EM]<<< [E:63645i S:30714 M:131210390] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0001:05 (IM:ReportData) (B:196)
    [21:58:10]I: 11781447 [EM]??1 [E:63645i S:30714 M:131210390] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1873ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:10]D: 11781489 [IN]UDP Message Received packet nb : 159 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 42
    [21:58:10]I: 11781506 [EM]>>> [E:63645i S:30714 M:57799938 (Ack:131210390)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:10]I: 11781521 [IM]Received status response, status is 0x00
    [21:58:10]I: 11781527 [EM]<<< [E:63645i S:30714 M:131210391 (Ack:57799938)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0000:10 (SecureChannel:StandaloneAck) (B:34)
    [21:58:15]D: 11786929 [IN]UDP Message Received packet nb : 160 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 39
    [21:58:15]I: 11786946 [EM]>>> [E:46549r S:30714 M:57799939] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:0A (IM:TimedRequest) (B:39)
    [21:58:15]I: 11786961 [EM]<<< [E:46549r S:30714 M:131210392 (Ack:57799939)] (S) Msg TX from 00000000000000A6 to 3:000000000001B669 [A0FA] [UDP:[fd55:fc62:6327:1:531a:1b87:d2d5:9871]:47659] --- Type 0001:01 (IM:StatusResponse) (B:42)
    [21:58:15]I: 11786982 [EM]??1 [E:46549r S:30714 M:131210392] (S) Msg Retransmission to 3:000000000001B669 scheduled for 1896ms from now [State:Active II:500 AI:300 AT:4000]
    [21:58:15]D: 11787008 [IN]UDP Message Received packet nb : 161 SrcAddr : fd55:fc62:6327:1:531a:1b87:d2d5:9871[47659] DestAddr : fd55:fc62:6327:1:bb7:5683:c76f:d189[5540] Payload Length 69
    [21:58:15]I: 11787026 [EM]>>> [E:46549r S:30714 M:57799940 (Ack:131210392)] (S) Msg RX from 3:000000000001B669 [A0FA] to 00000000000000A6 --- Type 0001:08 (IM:InvokeCommandRequest) (B:69)
    [21:58:15]abort()
    [21:58:15]E: r0/a1:  0x00000004  r1/a2:  0x000a922c  r2/a3:  0x00000001
    [21:58:15]E: r3/a4:  0x00000004 r12/ip:  0x00084e45 r14/lr:  0x000113d9
    [21:58:15]E:  xpsr:  0x21000000
    [21:58:15]E: Faulting instruction address (r15/pc): 0x000113e8
    [21:58:15]E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
    [21:58:15]E: Current thread: 0x2000c038 (CHIP)
    [21:58:15]E: Halting system
    

    Regards

  • Hello,

    Could you please provide the exact reference for the bug, as I couldn't find it on the page you mentioned?
    Is there a fix that can be applied to the SDK code to correct the error?

  • Sorry, the known issue was posted today, and it apparently hasn't rendered into the documentation page yet. It will pop up soon. A fix is coming, but we don't have it yet. Thank you for your patience.

    Best regards,

    Simon

Related