<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Debugging and Operation Issues with Matter Thermostat Example in VS Code in Wi-Fi® + Bluetooth® + 802.15.4</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2132241#M4015</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;For your NXP Matter thermostat issue, the most likely cause for it not running after a reset (despite working in debug) is that your application isn't correctly flashed for standalone boot or there's a specific bootloader configuration needed for the RT1060-EVKC and Maya-W276 (IW612). You'll need to check NXP's documentation for "production flashing" or "boot from flash" instructions. Regarding adding/removing custom Matter clusters, the primary tool is ZAP (ZCL Advanced Platform). You'll define your cluster in an XML file, integrate it with ZAP to generate C++ code, and then implement the specific application logic. Look for NXP's Matter SDK documentation, their GitHub repository, or the general Matter (CHIP) SDK guides on "Manufacturer Extensions" or "Custom Data Models" for detailed steps.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jul 2025 06:21:57 GMT</pubDate>
    <dc:creator>Mary319Horne</dc:creator>
    <dc:date>2025-07-11T06:21:57Z</dc:date>
    <item>
      <title>Debugging and Operation Issues with Matter Thermostat Example in VS Code</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2132026#M4014</link>
      <description>&lt;P&gt;Hello, I am learning step by step by posting questions here.&lt;BR /&gt;Following NXP's suggestion, I set up the development environment as described in &lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/Getting-Started-with-MCUXpresso-for-VS-Code-Matter-on-Windows-24/ta-p/2042852" target="_blank"&gt;https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/Getting-Started-with-MCUXpresso-for-VS-Code-Matter-on-Windows-24/ta-p/2042852&lt;/A&gt;.&lt;BR /&gt;I successfully built and ported the Matter Thermostat example using the RT1060-EVKC + Maya-W276 (IW612) and confirmed its operation. However, when I run it using the debug button in VS Code, it works fine, but when I stop the debug, reset the EVK board and RF board, and try to run it again, it does not work.&lt;BR /&gt;Additionally, I would like to add or remove a custom cluster in Matter, but I cannot find any related documentation.&lt;BR /&gt;Could you please provide any assistance?&lt;BR /&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 23:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2132026#M4014</guid>
      <dc:creator>pooisonner</dc:creator>
      <dc:date>2025-07-10T23:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and Operation Issues with Matter Thermostat Example in VS Code</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2132241#M4015</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;For your NXP Matter thermostat issue, the most likely cause for it not running after a reset (despite working in debug) is that your application isn't correctly flashed for standalone boot or there's a specific bootloader configuration needed for the RT1060-EVKC and Maya-W276 (IW612). You'll need to check NXP's documentation for "production flashing" or "boot from flash" instructions. Regarding adding/removing custom Matter clusters, the primary tool is ZAP (ZCL Advanced Platform). You'll define your cluster in an XML file, integrate it with ZAP to generate C++ code, and then implement the specific application logic. Look for NXP's Matter SDK documentation, their GitHub repository, or the general Matter (CHIP) SDK guides on "Manufacturer Extensions" or "Custom Data Models" for detailed steps.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 06:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2132241#M4015</guid>
      <dc:creator>Mary319Horne</dc:creator>
      <dc:date>2025-07-11T06:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and Operation Issues with Matter Thermostat Example in VS Code</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2133575#M4017</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. Could you please share what version release are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you modify something on the example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Related documentation, maybe this could help you: &lt;A href="https://project-chip.github.io/connectedhomeip-doc/cluster_and_device_type_dev/cluster_and_device_type_dev.html" target="_blank"&gt;Implementing New Clusters &amp;amp; Device Types — Matter documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 23:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2133575#M4017</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2025-07-14T23:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and Operation Issues with Matter Thermostat Example in VS Code</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2133579#M4018</link>
      <description>&lt;P&gt;Thank you for your response.&lt;BR /&gt;I have not modified the thermostat example in the repository.&lt;BR /&gt;It can be downloaded using the debug button in VSCode and works fine, but when I exit VSCode and reset the board, the program does not run.&lt;BR /&gt;I don’t know the reason for this.&lt;BR /&gt;Please provide a response.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 23:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Debugging-and-Operation-Issues-with-Matter-Thermostat-Example-in/m-p/2133579#M4018</guid>
      <dc:creator>pooisonner</dc:creator>
      <dc:date>2025-07-14T23:54:19Z</dc:date>
    </item>
  </channel>
</rss>

