<?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>Other NXP ProductsのトピックRe: MIMXRT700-EVK UART Communication Using a Non-Debug UART Interface</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2379968#M32559</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/263204"&gt;@suhas1503&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;P&gt;You can use any FLEXCOMM interface configured as LPUART for non-debug UART communication.&lt;/P&gt;
&lt;P&gt;There is no dedicated “non-debug UART” example, but you can reuse the SDK LPUART demos and modify the instance and pin configuration.&lt;/P&gt;
&lt;P&gt;For pin setup:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;FC_P0 → RXD&lt;/LI&gt;
&lt;LI&gt;FC_P1 → TXD&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mayliu1_0-1781167873981.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388684i2D7B0A1641E1E967/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mayliu1_0-1781167873981.png" alt="mayliu1_0-1781167873981.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You&amp;nbsp; need to check which physical pins correspond to the selected FLEXCOMM signals (FC_P0 / FC_P1), and how they are routed to board connectors such as the Arduino Connector or MikroE Click Connector.&lt;/P&gt;
&lt;P&gt;I recommend you using MCUXpresso Config Tools to identify the FLEXCOMM signal mapping to physical pins, and then cross-check the corresponding connections in the RT700 EVK schematic to confirm how these pins are routed to the board connectors.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/i-mx-rt700-evaluation-kit:MIMXRT700-EVK" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/i-mx-rt700-evaluation-kit:MIMXRT700-EVK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;May Liu&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2026 08:57:00 GMT</pubDate>
    <dc:creator>mayliu1</dc:creator>
    <dc:date>2026-06-11T08:57:00Z</dc:date>
    <item>
      <title>MIMXRT700-EVK UART Communication Using a Non-Debug UART Interface</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2379541#M32552</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;We would like to use a UART interface on the MIMXRT700-EVK other than the default debug/VCOM UART port for application-level communication.&lt;/P&gt;&lt;P&gt;Could you please help clarify the following?&lt;/P&gt;&lt;P&gt;Which UART interface is recommended for this purpose?&lt;BR /&gt;Is there any MCUXpresso SDK example demonstrating the use of a non-debug UART interface?&lt;BR /&gt;What UART peripheral and pin configuration should be used?&lt;BR /&gt;Are there any board settings or jumper configurations required?&lt;BR /&gt;Is there any reference documentation or example project available for this use case?&lt;/P&gt;&lt;P&gt;Our objective is to transmit and receive UART data using a non-debug UART interface from the MIMXRT700-EVK to send data to an another board&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 12:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2379541#M32552</guid>
      <dc:creator>suhas1503</dc:creator>
      <dc:date>2026-06-10T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT700-EVK UART Communication Using a Non-Debug UART Interface</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2379968#M32559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/263204"&gt;@suhas1503&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;P&gt;You can use any FLEXCOMM interface configured as LPUART for non-debug UART communication.&lt;/P&gt;
&lt;P&gt;There is no dedicated “non-debug UART” example, but you can reuse the SDK LPUART demos and modify the instance and pin configuration.&lt;/P&gt;
&lt;P&gt;For pin setup:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;FC_P0 → RXD&lt;/LI&gt;
&lt;LI&gt;FC_P1 → TXD&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mayliu1_0-1781167873981.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/388684i2D7B0A1641E1E967/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mayliu1_0-1781167873981.png" alt="mayliu1_0-1781167873981.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You&amp;nbsp; need to check which physical pins correspond to the selected FLEXCOMM signals (FC_P0 / FC_P1), and how they are routed to board connectors such as the Arduino Connector or MikroE Click Connector.&lt;/P&gt;
&lt;P&gt;I recommend you using MCUXpresso Config Tools to identify the FLEXCOMM signal mapping to physical pins, and then cross-check the corresponding connections in the RT700 EVK schematic to confirm how these pins are routed to the board connectors.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/i-mx-rt700-evaluation-kit:MIMXRT700-EVK" target="_blank"&gt;https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/i-mx-rt700-evaluation-kit:MIMXRT700-EVK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Wish it helps you&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;May Liu&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 08:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2379968#M32559</guid>
      <dc:creator>mayliu1</dc:creator>
      <dc:date>2026-06-11T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: MIMXRT700-EVK UART Communication Using a Non-Debug UART Interface</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2381147#M32573</link>
      <description>&lt;P&gt;Thank you for the clarification regarding FLEXCOMM and the FC_P0/FC_P1 signal mapping.&lt;/P&gt;&lt;P&gt;Our use case is based on the MCUXpresso SDK example (mimxrt700evk_lpuart_interrupt_cm33_core0) running on the MIMXRT700-EVK. We would like to add an additional UART interface (other than the debug/VCOM UART).&lt;/P&gt;&lt;P&gt;Since there is no dedicated SDK example for a non-debug UART, could you please advise how this should be integrated into the mimxrt700evk_lpuart_interrupt_cm33_core0 example?&lt;/P&gt;&lt;P&gt;Specifically:&lt;/P&gt;&lt;P&gt;Which FLEXCOMM instance would you recommend using with the RT700 EVK connectors?&lt;BR /&gt;In the mimxrt700evk_lpuart_interrupt_cm33_core0 project, what software configuration changes are required?&lt;BR /&gt;Pin mux configuration&lt;BR /&gt;FLEXCOMM/LPUART initialization&lt;BR /&gt;Clock configuration&lt;BR /&gt;Any board-level initialization changes&lt;BR /&gt;Could you provide an example of the required MCUXpresso Config Tools settings for the selected FLEXCOMM instance?&lt;BR /&gt;Are there any existing RT700 SDK examples that demonstrate the initialisation of the same FLEXCOMM instance as LPUART that we can use as a reference?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2026 06:51:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MIMXRT700-EVK-UART-Communication-Using-a-Non-Debug-UART/m-p/2381147#M32573</guid>
      <dc:creator>suhas1503</dc:creator>
      <dc:date>2026-06-15T06:51:30Z</dc:date>
    </item>
  </channel>
</rss>

