<?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>i.MX ProcessorsのトピックRe: UART3 on i.MX 8M Mini</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1932011#M227311</link>
    <description>&lt;P&gt;There's no dts when the switches are in Download mode. So UART3 should be free to use.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2024 12:09:51 GMT</pubDate>
    <dc:creator>josc</dc:creator>
    <dc:date>2024-08-14T12:09:51Z</dc:date>
    <item>
      <title>UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1931780#M227303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I try to use UART3 on i.MX 8M Mini LPDDR4 EVKB M4 core but I'm not getting any signals. I'm using the evkmimx8mm_iuart_interrupt_transfer example. I edited pin_mux.c:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;IOMUXC_SetPinMux(IOMUXC_UART3_RXD_UART3_RX, 0U); 
IOMUXC_SetPinConfig(IOMUXC_UART3_RXD_UART3_RX, 
IOMUXC_SW_PAD_CTL_PAD_DSE(6U) | IOMUXC_SW_PAD_CTL_PAD_FSEL(2U)); 
IOMUXC_SetPinMux(IOMUXC_UART3_TXD_UART3_TX, 0U); IOMUXC_SetPinConfig(IOMUXC_UART3_TXD_UART3_TX, 
IOMUXC_SW_PAD_CTL_PAD_DSE(6U) | IOMUXC_SW_PAD_CTL_PAD_FSEL(2U)); &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also had to edit the function BOARD_BootClockRUN() in clock_config.c:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;CLOCK_SetRootMux(kCLOCK_RootUart3, kCLOCK_UartRootmuxSysPll1Div10);
CLOCK_SetRootDivider(kCLOCK_RootUart3, 1U, 1U);
CLOCK_EnableClock(kCLOCK_Uart3); &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I of course changed the definitions in main.c:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#define DEMO_UART UART3 
#define DEMO_UART_CLK_FREQ \ 
CLOCK_GetPllFreq(kCLOCK_SystemPll1Ctrl) / (CLOCK_GetRootPreDivider(kCLOCK_RootUart3)) / \ (CLOCK_GetRootPostDivider(kCLOCK_RootUart3)) / 10 &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Boot Switches are in Download Mode and I'm uploading the code via J-Link. I also configured UART3 in RDC. Therefore should UART3 be accessible with the M4, right?&lt;/P&gt;&lt;P&gt;I connected Pin 8, which should be UART3 TX, from the Expansion Connector J1003 on an oscilloscope to detect signals but I can't see anything. What am I missing here?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 07:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1931780#M227303</guid>
      <dc:creator>josc</dc:creator>
      <dc:date>2024-08-14T07:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1931862#M227306</link>
      <description>&lt;P&gt;could you confirm if your dts doesn't use uart3? if linux side uses this, you need disable this firstly, I don't know how your SW is, you can check it by yourself&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 09:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1931862#M227306</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-08-14T09:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1932011#M227311</link>
      <description>&lt;P&gt;There's no dts when the switches are in Download mode. So UART3 should be free to use.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1932011#M227311</guid>
      <dc:creator>josc</dc:creator>
      <dc:date>2024-08-14T12:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1936871#M227503</link>
      <description>&lt;P&gt;do you dts has this? if yes, you need set to "disabled," pls double check it&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi" target="_blank"&gt;linux-imx/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi at lf-6.6.y · nxp-imx/linux-imx · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;amp;uart3 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart3&amp;gt;;&lt;BR /&gt;assigned-clocks = &amp;lt;&amp;amp;clk IMX8MM_CLK_UART3&amp;gt;;&lt;BR /&gt;assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MM_SYS_PLL1_80M&amp;gt;;&lt;BR /&gt;fsl,uart-has-rtscts;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 02:43:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1936871#M227503</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-08-21T02:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1937072#M227520</link>
      <description>&lt;P&gt;I could fix the issue by using the correct PinMux configuration. Instead of &lt;SPAN&gt;&lt;SPAN class=""&gt;IOMUXC_UART3_RXD_UART3_RX&amp;nbsp; and IOMUXC_UART3_TXD_UART3_TX I'm using IOMUXC_ECSPI1_SCLK_UART3_RX and IOMUXC_ECSPI1_MOSI_UART3_TX now.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 06:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1937072#M227520</guid>
      <dc:creator>josc</dc:creator>
      <dc:date>2024-08-21T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: UART3 on i.MX 8M Mini</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1977786#M229899</link>
      <description>&lt;P&gt;This worked for me as well , But I want to ask why we have done this.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 06:28:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UART3-on-i-MX-8M-Mini/m-p/1977786#M229899</guid>
      <dc:creator>Vishal-K-V</dc:creator>
      <dc:date>2024-10-21T06:28:37Z</dc:date>
    </item>
  </channel>
</rss>

