<?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: [LPC55S69] Zephyr: uart-mcumgr on shared flexcomm port in Zephyr Project</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2205970#M533</link>
    <description>&lt;P&gt;Thanks Carlos for the feedback. The trick was to remove the shell-uart from the app.overlay file and keep the console and uart-mcumgr. In the prj.conf&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;replace&amp;nbsp; the CONFIG_MCUMGR_TRANSPORT_UART by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_MCUMGR_TRANSPORT_SHELL. I'm currently testing it but i&lt;SPAN&gt;t seems to work nicely...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 09:19:02 GMT</pubDate>
    <dc:creator>ED8500</dc:creator>
    <dc:date>2025-11-17T09:19:02Z</dc:date>
    <item>
      <title>[LPC55S69] Zephyr: uart-mcumgr on shared flexcomm port</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2200891#M525</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have an application running on the NXP that communicates with a host application over uart flexcomm0. Working fine. What I want to implement is DFU (using mcumgr from the same host) but I only have this one single flexcomm0 between the host and NXP. So custom commands and DFU need to go over the same flexcomm.&lt;/P&gt;&lt;P&gt;I found a post that says mcumgr can be on a shared uart by just adding&amp;nbsp;&lt;SPAN&gt;CONFIG_MCUMGR_TRANSPORT_SHELL&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;y to the prj.conf. But seems like it doesn't work. Tried all kinds of combinations but to no avail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm talking about this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zephyr,console = &amp;amp;flexcomm0;&lt;BR /&gt;zephyr,shell-uart = &amp;amp;flexcomm0;&lt;BR /&gt;zephyr,uart-mcumgr = &amp;amp;flexcomm0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My custom parser works fine until the point I enable the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_MCUMGR&lt;/SPAN&gt;&lt;SPAN&gt;=y, so I must be missing some config flags probably.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So question is: can both be on the same port? If yes, what flags should be set (or not set) in the prj.conf?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 14:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2200891#M525</guid>
      <dc:creator>ED8500</dc:creator>
      <dc:date>2025-11-07T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC55S69] Zephyr: uart-mcumgr on shared flexcomm port</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2205326#M532</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227720"&gt;@ED8500&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies the late reply,&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;lpcxpresso55s69 has a DFU example, could you please try to add the same configurations to your project?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlos_o_0-1763140349203.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/365741i4360EDAEFFADE532/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlos_o_0-1763140349203.png" alt="carlos_o_0-1763140349203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;the example overlay is to enable dfu permanent download&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 17:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2205326#M532</guid>
      <dc:creator>carlos_o</dc:creator>
      <dc:date>2025-11-14T17:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC55S69] Zephyr: uart-mcumgr on shared flexcomm port</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2205970#M533</link>
      <description>&lt;P&gt;Thanks Carlos for the feedback. The trick was to remove the shell-uart from the app.overlay file and keep the console and uart-mcumgr. In the prj.conf&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;replace&amp;nbsp; the CONFIG_MCUMGR_TRANSPORT_UART by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CONFIG_MCUMGR_TRANSPORT_SHELL. I'm currently testing it but i&lt;SPAN&gt;t seems to work nicely...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 09:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2205970#M533</guid>
      <dc:creator>ED8500</dc:creator>
      <dc:date>2025-11-17T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: [LPC55S69] Zephyr: uart-mcumgr on shared flexcomm port</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2212137#M534</link>
      <description>&lt;P&gt;Thanks for sharing, let me know if you have issues&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 16:17:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/LPC55S69-Zephyr-uart-mcumgr-on-shared-flexcomm-port/m-p/2212137#M534</guid>
      <dc:creator>carlos_o</dc:creator>
      <dc:date>2025-11-19T16:17:41Z</dc:date>
    </item>
  </channel>
</rss>

