<?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: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315931#M243963</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;I need to remind you.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;&amp;nbsp; says 1. Previously UART1 worked without problems when assigned to the UART1_RX/UART1_TX pads.&lt;/P&gt;&lt;P&gt;This indicates that the UART module is working. The UART module itself is unrelated to whether iomux/pin is configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;&amp;nbsp; says 2. We verified that the electrical connections on the board are ok by configuring these pins as input and output GPIOs. Then we see output and input signals as expected. But when we configure these pins for UART1 operation it does not work.&lt;BR /&gt;This means there are no problems with the hardware connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 01:42:25 GMT</pubDate>
    <dc:creator>Adele</dc:creator>
    <dc:date>2026-02-11T01:42:25Z</dc:date>
    <item>
      <title>Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2305423#M243798</link>
      <description>&lt;P&gt;Because of a redesign of our custom board with a&amp;nbsp;i.MX 8M Nano&amp;nbsp;&lt;SPAN&gt;MIMX8MN5CVPIZAA CPU the RX and TX lines of UART1 were assigned to the&amp;nbsp;SAI2_RXFS(Y13)/SAI2_RXC(AA15) pads. Previously UART1 worked without problems when assigned to the UART1_RX/UART1_TX pads.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;These are the new device tree entries for UART1:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;uart1 {
fsl,dte-mode;
pinctrl-names = "default";
pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart1&amp;gt;;
status = "okay";
};

pinctrl_uart1: uart1grp {
fsl,pins = &amp;lt;
MX8MN_IOMUXC_SAI2_RXC_UART1_DTE_TX  0x140
MX8MN_IOMUXC_SAI2_RXFS_UART1_DTE_RX 0x140
&amp;gt;;
};&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;DTE mode is used, and with that we expect the following configuration:&lt;BR /&gt;&lt;BR /&gt;Pad&amp;nbsp;&lt;SPAN&gt;SAI2_RXC/AA15: input (DTE TX)&lt;/SPAN&gt;&lt;BR /&gt;Pad SAI2_RXFS/Y13: output (DTE RX)&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We verified that the electrical connections on the board are ok by configuring these pins as input and output GPIOs. Then we see output and input signals as expected. But when we configure these pins for UART1 operation it does not work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It may be the case that we didn't get it right which pin is output and which pin is input in DTE mode because the documentation is somewhat confusing, but I think that we should see output activity on one of the two pins, even if we didn't understand the assignment of RX and TX correctly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But no matter what when we send data to the UART1 tty from Linux there is no output signal on either pin.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How do we configure this correctly, and how can we troubleshoot this?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/DIV&gt;&lt;DIV&gt;Stephan&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Feb 2026 16:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2305423#M243798</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-03T16:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2305549#M243804</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Your device tree configuration appears to be correct at first glance; however, I would like to review it in more detail on my side to be certain.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Could you please share your device tree file?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Additionally, please let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Which BSP version you are using&lt;/LI&gt;
&lt;LI&gt;Which board you are working with&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2305549#M243804</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-03T21:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2306009#M243831</link>
      <description>&lt;P&gt;Hi Chavira,&lt;/P&gt;&lt;P&gt;thank you for looking into this.&lt;/P&gt;&lt;P&gt;Our Yocto build is based on NXP's Yocto Scarthgap&amp;nbsp;imx-6.6.52-2.2.2.xml manifest.&lt;/P&gt;&lt;P&gt;We are using a custom board. I'm sorry but I cannot share the schematics of this board.&lt;/P&gt;&lt;P&gt;I have attached two device tree source files:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;imx8mn-usc4.dts: Our device tree source file that includes the&amp;nbsp;imx8mn.dtsi device tree file from the Linux kernel source.&lt;/LI&gt;&lt;LI&gt;raw-device-tree.dts: This file was produced on the live system by reading the device tree from the /proc filesystem with the command "dtc -I fs -O dts /proc/device-tree/".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stephan&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 09:51:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2306009#M243831</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-04T09:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2313921#M243900</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that UART1 is correctly configured in the device tree, and the pin multiplexing for DTE mode looks consistent with the i.MX8M Nano documentation.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To continue troubleshooting, could you please sharet he output of &lt;STRONG&gt;dmesg&lt;/STRONG&gt;,&amp;nbsp; and the output of &lt;STRONG&gt;ls /dev/ttymxc*&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;This will help confirm that the UART driver is probed correctly and that the expected device node is present.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For reference:&lt;/P&gt;
&lt;P&gt;UART1 (base address 0x30860000) should be enumerated in Linux as:&lt;BR /&gt;&lt;STRONG&gt;/dev/ttymxc0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In DTE mode, the signal directions are:&lt;BR /&gt;UART1_DTE_TX -&amp;gt; output → SAI2_RXC&lt;BR /&gt;UART1_DTE_RX -&amp;gt; input → SAI2_RXFS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When data is written to /dev/ttymxc0, activity should therefore be observed on SAI2_RXC.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The additional logs will allow us to verify that the correct UART instance is being used and that no driver level issues are preventing transmission.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 17:33:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2313921#M243900</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-06T17:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314027#M243903</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Have you measured both TX and RX?&lt;BR /&gt;2. Have you removed fsl, dte-mode; and then measured again?&lt;/P&gt;&lt;P&gt;One error is that the debug serial port uses DMA.&lt;BR /&gt;If you look at the 8MN EVK, the debug serial port does not use DMA. Using DMA will cause the debug information to not be real-time.&lt;BR /&gt;What you need to do is add DMA to the debug UART in the original BSP, and remove the DMA from the debug UART in the current design.&lt;/P&gt;&lt;P&gt;Original debug uart2 has no dma, in your design, you need to add them.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;				serial@30890000 {
					pinctrl-names = "default";
					pinctrl-0 = &amp;lt;0x23&amp;gt;;
					clock-names = "ipg\0per";
					fsl,dte-mode;
					interrupts = &amp;lt;0x00 0x1b 0x04&amp;gt;;
					clocks = &amp;lt;0x02 0xaa 0x02 0xaa&amp;gt;;
					compatible = "fsl,imx8mn-uart\0fsl,imx6q-uart";
					status = "okay";
					reg = &amp;lt;0x30890000 0x10000&amp;gt;;
				};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your current design debug uart1 has dmas, it is wrong, you need to remove them.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;				serial@30860000 {
					pinctrl-names = "default";
					pinctrl-0 = &amp;lt;0x22&amp;gt;;
					clock-names = "ipg\0per";
					fsl,dte-mode;
					interrupts = &amp;lt;0x00 0x1a 0x04&amp;gt;;
					clocks = &amp;lt;0x02 0xa9 0x02 0xa9&amp;gt;;
					dma-names = "rx\0tx";
					compatible = "fsl,imx8mn-uart\0fsl,imx6q-uart";
					status = "okay";
					reg = &amp;lt;0x30860000 0x10000&amp;gt;;
					dmas = &amp;lt;0x1e 0x16 0x04 0x00 0x1e 0x17 0x04 0x00&amp;gt;;
				};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 22:52:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314027#M243903</guid>
      <dc:creator>meketok</dc:creator>
      <dc:date>2026-02-06T22:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314583#M243924</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;1.&amp;nbsp; Have you measured both TX and RX?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I have measured both TX and RX.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;2. Have you removed fsl, dte-mode; and then measured again?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I tried with and without "fsl, dte-mode;".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your remark regarding the DMA configuration, but I don't think that this can be the cause of the problem. The UART was working find on the preceding revision of the board. The only thing that we want to change is the pin mux configuration to make the signals available on different pads of the chip.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Stephan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 10:12:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314583#M243924</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-09T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314587#M243925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have attached the dmesg output, and this is the output of the ls-command:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;root@imx8mn-usc4:~# ls -l /dev/ttymxc*
crw-rw----    1 root     dialout   207,  16 Feb 27  2024 /dev/ttymxc0
crw--w----    1 root     tty       207,  17 Feb  9 09:28 /dev/ttymxc1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Best regards&lt;BR /&gt;Stephan&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 10:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2314587#M243925</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-09T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315070#M243933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;After reviewing your log file, UART1 is correctly detected by the system and appears to be working without any issues.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please try the following commands to verify TX activity:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;stty -F /dev/ttymxc0 115200 -crtscts -echo -onlcr
echo 'hello' &amp;gt; /dev/ttymxc0&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After running these commands, you should observe activity on the SAI2_RXC pin.&lt;BR /&gt;If you do not see any signal, please run this command and share the output:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;grep -E 'SAI2_RX(C|FS)' /sys/kernel/debug/pinctrl/*/pinmux-pins&lt;/LI-CODE&gt;
&lt;P&gt;If there is still no activity, please double‑check that you are probing the correct physical pins.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you prefer not to share schematics publicly, you can open a private case in our &lt;A href="https://www.nxp.com/support/support:SUPPORTHOME" target="_self"&gt;support portal&lt;/A&gt; at no cost, and we can provide you with more detailed assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 02:31:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315070#M243933</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-10T02:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315737#M243953</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thank you for further troubleshooting instructions.&lt;/P&gt;&lt;P&gt;I connected the oscilloscope to both relevant pins, and executed the commands that you provided (stty and echo). There was no output on either of the two pins.&lt;/P&gt;&lt;P&gt;This is the grep output that you requested:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;root@imx8mn-usc4:~# grep -E 'SAI2_RX(C|FS)' /sys/kernel/debug/pinctrl/*/pinmux-pins
pin 108 (MX8MN_IOMUXC_SAI2_RXFS): 30860000.serial (GPIO UNCLAIMED) function pinctrl group uart1grp
pin 109 (MX8MN_IOMUXC_SAI2_RXC): 30860000.serial (GPIO UNCLAIMED) function pinctrl group uart1grp&lt;/LI-CODE&gt;&lt;P&gt;Regarding the schematics I have to wait for a colleague. We will prepare relevant fragments from the schematics and I will upload them tomorrow after opening a private case in the support portal.&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stephan&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 15:36:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315737#M243953</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-10T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315926#M243962</link>
      <description>&lt;P&gt;It's recommended to use `memtool dump iomux register runtime` to check if the pin's mux and settings are indeed as expected. You can also use `memtool` to directly write to the UART data registers for testing.&lt;/P&gt;&lt;P&gt;You can try sending and receiving data and check `/proc/interrupts` for any changes to the relevant interrupts, including UART interrupts and UART DMA interrupts.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 01:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315926#M243962</guid>
      <dc:creator>Adele</dc:creator>
      <dc:date>2026-02-11T01:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315931#M243963</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;I need to remind you.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;&amp;nbsp; says 1. Previously UART1 worked without problems when assigned to the UART1_RX/UART1_TX pads.&lt;/P&gt;&lt;P&gt;This indicates that the UART module is working. The UART module itself is unrelated to whether iomux/pin is configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219896"&gt;@stmatscaps&lt;/a&gt;&amp;nbsp; says 2. We verified that the electrical connections on the board are ok by configuring these pins as input and output GPIOs. Then we see output and input signals as expected. But when we configure these pins for UART1 operation it does not work.&lt;BR /&gt;This means there are no problems with the hardware connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 01:42:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2315931#M243963</guid>
      <dc:creator>Adele</dc:creator>
      <dc:date>2026-02-11T01:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to configure UART1 for SAI2_RXFS/SAI2_RXC pins for i.MX 8M Nano with Yocto Linux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2320591#M244099</link>
      <description>&lt;P&gt;With the help of NXP support we tracked this down to the fact that there were conflicting pin mux settings applied from the bare-metal application that is running on the CM7 core of the board. After that was cleaned up, UART1 started to work as expected over the&amp;nbsp;&lt;SPAN&gt;SAI2_RXFS/SAI2_RXC pins.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 08:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Unable-to-configure-UART1-for-SAI2-RXFS-SAI2-RXC-pins-for-i-MX/m-p/2320591#M244099</guid>
      <dc:creator>stmatscaps</dc:creator>
      <dc:date>2026-02-20T08:01:06Z</dc:date>
    </item>
  </channel>
</rss>

