<?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>Wireless MCUのトピックRe: No Serial Output from Example Apps in Matter</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2142500#M19904</link>
    <description>Thank you so much for your support! I’ve tried the latest version, and I successfully run the program on the MCXW71 board now, and everything seems to be working as expected.&lt;BR /&gt;In addition, I was following the example in the following links originally: &lt;A href="https://github.com/nxp-appcodehub/ap-frdm-mcxw71-light-switch-combo-app/tree/main/examples/light-switch-combo-app/nxp/mcxw71" target="_blank"&gt;https://github.com/nxp-appcodehub/ap-frdm-mcxw71-light-switch-combo-app/tree/main/examples/light-switch-combo-app/nxp/mcxw71&lt;/A&gt; and &lt;A href="https://github.com/NXP/matter/tree/release/v1.4.0/examples/light-switch-combo-app/nxp/mcxw71" target="_blank"&gt;https://github.com/NXP/matter/tree/release/v1.4.0/examples/light-switch-combo-app/nxp/mcxw71&lt;/A&gt;</description>
    <pubDate>Tue, 29 Jul 2025 08:17:25 GMT</pubDate>
    <dc:creator>car</dc:creator>
    <dc:date>2025-07-29T08:17:25Z</dc:date>
    <item>
      <title>No Serial Output from Example Apps in Matter</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2140025#M19889</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I’m working with the FRDM-MCXW71 board and trying to run the Matter examples based on NXP's GitHub repo, like&amp;nbsp;light-switch-combo-app, Lock-app, contact-sensor-app.&amp;nbsp;I've carefully followed all the setup steps from the READ.md. I have f&lt;/SPAN&gt;&lt;SPAN&gt;lashed the latest NBU .sb3 image to the CM3 core using blhost and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;.srec file to the CM33 core using J-Link. &lt;/SPAN&gt;&lt;SPAN&gt;Everything including&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;power, USB connections, serial settings are checked, they are all fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Despite all that, my serial monitor shows no output at all. It just sits there quietly even I pressed all the switches once. Besides, the LED 2 isn't blinking also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To rule out hardware issues, I’ve also flashed a simple Hello World demo and LED blinky demo, and it prints correctly to serial, so UART is definitely working, LEDs are all fine also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone run into the same issue?&amp;nbsp;Any suggestions would be massively appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 09:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2140025#M19889</guid>
      <dc:creator>car</dc:creator>
      <dc:date>2025-07-24T09:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: No Serial Output from Example Apps in Matter</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2140698#M19895</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;Can you please provide a link to the exact NXP Matter Github release you are using? The default branch is release/v1.4.0. One of our latest releases is v1.4.0.2:&amp;nbsp;&lt;A href="https://github.com/NXP/matter/tree/v1.4.0.2/examples/contact-sensor-app/nxp" target="_blank"&gt;https://github.com/NXP/matter/tree/v1.4.0.2/examples/contact-sensor-app/nxp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you please try with this one?&lt;/P&gt;
&lt;P&gt;Until we can reproduce on our side, one thing you can do is try to debug the issue using VS Code. Details about how to setup the environment can be found in the release notes in the Development Tools section:&amp;nbsp;&lt;A href="https://github.com/NXP/matter/releases/tag/v1.4.0.2" target="_blank"&gt;https://github.com/NXP/matter/releases/tag/v1.4.0.2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Mihai&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 07:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2140698#M19895</guid>
      <dc:creator>mihai_ignat</dc:creator>
      <dc:date>2025-07-25T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: No Serial Output from Example Apps in Matter</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2142500#M19904</link>
      <description>Thank you so much for your support! I’ve tried the latest version, and I successfully run the program on the MCXW71 board now, and everything seems to be working as expected.&lt;BR /&gt;In addition, I was following the example in the following links originally: &lt;A href="https://github.com/nxp-appcodehub/ap-frdm-mcxw71-light-switch-combo-app/tree/main/examples/light-switch-combo-app/nxp/mcxw71" target="_blank"&gt;https://github.com/nxp-appcodehub/ap-frdm-mcxw71-light-switch-combo-app/tree/main/examples/light-switch-combo-app/nxp/mcxw71&lt;/A&gt; and &lt;A href="https://github.com/NXP/matter/tree/release/v1.4.0/examples/light-switch-combo-app/nxp/mcxw71" target="_blank"&gt;https://github.com/NXP/matter/tree/release/v1.4.0/examples/light-switch-combo-app/nxp/mcxw71&lt;/A&gt;</description>
      <pubDate>Tue, 29 Jul 2025 08:17:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/No-Serial-Output-from-Example-Apps-in-Matter/m-p/2142500#M19904</guid>
      <dc:creator>car</dc:creator>
      <dc:date>2025-07-29T08:17:25Z</dc:date>
    </item>
  </channel>
</rss>

