<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126184/matter-closure-sample-crash-when-sending-moveto-targetpositionenum-kmovetofullyclosed-command</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 20 Dec 2025 13:05:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126184/matter-closure-sample-crash-when-sending-moveto-targetpositionenum-kmovetofullyclosed-command" /><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557485?ContentTypeID=1</link><pubDate>Sat, 20 Dec 2025 13:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e92739d2-1866-41d3-acb5-0033db00d3bb</guid><dc:creator>lboue</dc:creator><description>&lt;p&gt;&lt;span&gt;Speed configuration was broken in the closure manager because it was set to nullptr and then used.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;The fix can be found here in this commit:&lt;/span&gt;&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/commit/49daf67de9541c1a6360e8195da7584d28d71420" rel="noopener noreferrer" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://github.com/nrfconnect/sdk-nrf/commit/49daf67de9541c1a6360e8195da7584d28d71420&amp;amp;source=gmail&amp;amp;ust=1766322186121000&amp;amp;usg=AOvVaw2-cbflrEcxVR_Ccy0VsU67" data-removefontsize="true" data-originalcomputedfontsize="16"&gt;https://github.com/nrfconnect/sdk-nrf/commit/49daf67de9541c1a6360e8195da7584d28d71420&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Before (v3.2.0 or v3.2.1):&lt;/span&gt;&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.2.0/samples/matter/closure/src/closure_manager.cpp" rel="noopener noreferrer" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://github.com/nrfconnect/sdk-nrf/blob/v3.2.0/samples/matter/closure/src/closure_manager.cpp&amp;amp;source=gmail&amp;amp;ust=1766322186121000&amp;amp;usg=AOvVaw1yG2E0JLStWKWEPR7pvcAt" data-removefontsize="true" data-originalcomputedfontsize="16"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v3.2.0/samples/matter/closure/src/closure_manager.cpp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;After (main branch)&lt;/span&gt;&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/matter/closure/src/closure_manager.cpp#L63" rel="noopener noreferrer" target="_blank" data-saferedirecturl="https://www.google.com/url?q=https://github.com/nrfconnect/sdk-nrf/blob/main/samples/matter/closure/src/closure_manager.cpp%23L63&amp;amp;source=gmail&amp;amp;ust=1766322186121000&amp;amp;usg=AOvVaw3v4A-No_GhHFIqlnNGGt4D" data-removefontsize="true" data-originalcomputedfontsize="16"&gt;https://github.com/nrfconnect/sdk-nrf/blob/main/samples/matter/closure/src/closure_manager.cpp#L63&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557450?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 14:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff87d012-f7b4-422b-a8f9-8a2feb6abef3</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Sorry, the known issue was posted today, and it apparently hasn&amp;#39;t rendered into the documentation page yet. It will pop up soon. A fix is coming, but we don&amp;#39;t have it yet. Thank you for your patience.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557445?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 14:21:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c6e1d7b-1c2a-429e-a66a-7d831770b673</guid><dc:creator>lboue</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please provide the exact reference for the bug, as I couldn&amp;#39;t find it on the page you mentioned?&lt;br /&gt;Is there a fix that can be applied to the SDK code to correct the error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557431?ContentTypeID=1</link><pubDate>Fri, 19 Dec 2025 13:26:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07c24469-5c2d-4b3d-b0a1-df687006a36e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I can confirm. We have now marked this as a known issue:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html#protocols"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html#protocols&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557273?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2025 21:07:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0d70483-6f0b-4926-8fe8-aabcfb56232d</guid><dc:creator>lboue</dc:creator><description>&lt;p&gt;I confirm that I have not modified the closure sample.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried waiting longer between sending commands, but that didn&amp;#39;t help.&lt;/p&gt;
&lt;p&gt;The complete logs are attached.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/logs_2D00_nRF5340_2D00_open_2D00_close.txt"&gt;devzone.nordicsemi.com/.../logs_2D00_nRF5340_2D00_open_2D00_close.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter closure sample / crash when sending MoveTo(TargetPositionEnum.kMoveToFullyClosed) command</title><link>https://devzone.nordicsemi.com/thread/557223?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2025 13:41:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9cb60fe-aaf3-4e28-ace9-2ec8c6de0dba</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try setting up this on my end later this week as I don&amp;#39;t have time today unfortunately. Can you upload the full log in the meantime. A suspicion is that you&amp;#39;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.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>