<?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: imx6ull uart receive in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207238#M167315</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There are still problems in reading from the real Rx line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think the problem is linux drivers for uart or hardware of chip,not the app settings or other.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 01:42:47 GMT</pubDate>
    <dc:creator>Oman</dc:creator>
    <dc:date>2021-01-07T01:42:47Z</dc:date>
    <item>
      <title>imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206108#M167204</link>
      <description>&lt;P&gt;In the imx6ull platform, the serial port encounters abnormal data reception. The&amp;nbsp; description is as follows:&lt;/P&gt;&lt;P&gt;Problem Description:&lt;/P&gt;&lt;P&gt;If the external device is connected to the imx6ull serial port, it will emit a noise that low level when it sleeps,The waveform is a low level, about 40 ~ 50us.The baud rate of communication is 9600bps, 8n1&lt;/P&gt;&lt;P&gt;Read serial port data for a long time in imx6ull application layer, and receive data of 0xff all the time.&lt;/P&gt;&lt;P&gt;Q1. After calculating 9600 baud rate, the start bit time is 104us, while the time of 40 ~ 50us should not be recognized as the beginning of a data by the serial controller. Why can we receive the binary data of 0xff?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Q2. After testing, it is found that if the external device is disconnected, the application program can still read the secondary data of 0xff. Why can the data still be read after the device is disconnected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this question happend at EVB board,I think it's the linux driver that causes this problem.&lt;/P&gt;&lt;P&gt;All IMX platform should all have it.&lt;/P&gt;&lt;P&gt;You can use GPIO port to simulate TX for testing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 11:03:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206108#M167204</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-04T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206274#M167222</link>
      <description>&lt;P&gt;Unfortunately if the external device connected to the i.Mx6ULL UART,&amp;nbsp; it is taking Down the level of the signal for more than 40us that´s more than enough to validate in the UART mechanism that an Start bit it is available there is no option to remove this mechanism, or configure it.&lt;/P&gt;
&lt;P&gt;I recommend if the external device can be attach through another component as glue logic,&amp;nbsp; let´s said a buffer or any other device like a transistor to avoid this low level.&lt;/P&gt;
&lt;P&gt;Have a happy new year&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206274#M167222</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2021-01-04T20:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206378#M167235</link>
      <description>&lt;P&gt;Thinks for your reply.&lt;/P&gt;&lt;P&gt;I agree with you, but the key to the problem is to receive 0 XFF all the time.According to your analysis, the only time to receive 0xff is when 40us is received, but actually the received 0xff is like&amp;nbsp;flood the screen, and it's useless to disconnect the external device.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 02:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206378#M167235</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-05T02:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206447#M167244</link>
      <description>&lt;P&gt;HI james， i meet this issue too, the discription as below:&lt;/P&gt;&lt;P&gt;connection type : RTU terminal &amp;lt;---&amp;gt;RS232&amp;lt;---&amp;gt;i.Mx6ULL&lt;/P&gt;&lt;P&gt;1. RTU output about 40us down level signal (the signal acturally is RTU sleep signal)&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. the&amp;nbsp;i.Mx6ULL received this down level signal as the UART start bit, so the RS 232 will keep open status 3. while the next signal is normal data signal, it is normal, but after the normal data transfer end, that thte RTU will repeat send the sleep down level signal, the RS232 keep in open status. if this cycle repeat about 10 times ,that the i.Mx6ULL will keep output 0xff eventhough switch off the connection RS232 and&amp;nbsp;i.Mx6ULL hope get your response earlier~&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 04:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206447#M167244</guid>
      <dc:creator>michaelyang</dc:creator>
      <dc:date>2021-01-05T04:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206484#M167246</link>
      <description>&lt;P&gt;Double confirm right config the tty, ex: is using stty to disable the echo.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 16.0pt;"&gt;stty -F /dev/ttymxc2&amp;nbsp; -echo &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 05:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206484#M167246</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-05T05:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206524#M167252</link>
      <description>&lt;P&gt;Hi Biyong,&lt;/P&gt;&lt;P&gt;I have done test,and added your said.But the problem is still exist.&lt;/P&gt;&lt;P&gt;Showing settings:&lt;/P&gt;&lt;P&gt;#stty -F /dev/ttymxc3&lt;/P&gt;&lt;P&gt;speed 9600 baud; line = 0;&lt;BR /&gt;intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = &amp;lt;undef&amp;gt;; eol2 = &amp;lt;undef&amp;gt;; swtch = &amp;lt;undef&amp;gt;; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 5;&lt;BR /&gt;ignbrk -brkint -icrnl -imaxbel&lt;BR /&gt;-opost -onlcr&lt;BR /&gt;-isig -icanon -iexten -echo -echoe -echok -echoctl -echoke&lt;/P&gt;&lt;P&gt;Should it have taken effected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added some log in kernel driver code.To print the value of registers.&lt;/P&gt;&lt;P&gt;[ 1341.230883] dma_rx_callback, count=4096 ## urxd:80ff 80:d0d, 84:4027, 88:704, 8c:4042, 90:b10, 94:2010, 98:408d, 9c:2b, a0:0, a4:29, a8:c34, ac:4, b0:2ca4, b4:40, b8:0,&lt;/P&gt;&lt;P&gt;80,84,88 ... is offset of register.And the after number is its value.&lt;/P&gt;&lt;P&gt;So we can not see uart controller have reported errors,but the count is 4096.&lt;/P&gt;&lt;P&gt;I disconnected RX line, it still print.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 06:22:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206524#M167252</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-05T06:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206588#M167256</link>
      <description>&lt;P&gt;How is loopback test?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 07:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206588#M167256</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-05T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206605#M167257</link>
      <description>&lt;P&gt;&lt;SPAN&gt;/unit_tests/UART/mxc_uart_stress_test.out&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Usage:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./mxc_uart_stress_test.out &amp;lt;PORT&amp;gt; &amp;lt;BAUDRATE&amp;gt; &amp;lt;F&amp;gt; &amp;lt;R/W/L/D&amp;gt; &amp;lt;X&amp;gt; &amp;lt;Y&amp;gt; &amp;lt;O&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;PORT&amp;gt;: like /dev/ttymxc4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;BAUDRATE&amp;gt;: the baud rate number value (0~4000000)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;F&amp;gt;: enable flow control; other chars: disable flow control&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;R/W/L/D&amp;gt;: R: read test; W: write test; L:loopback test; &lt;LI-EMOJI id="lia_anguished-face" title=":anguished_face:"&gt;&lt;/LI-EMOJI&gt; full duplex test&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;X&amp;gt; : the group number: &amp;gt;= 1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;Y&amp;gt; : the group size: 1 - 1000&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;O&amp;gt; : print log; other chars: disable log&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 07:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206605#M167257</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-05T07:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206606#M167258</link>
      <description>&lt;P&gt;Execute command line at the other&amp;nbsp;terminal:&lt;/P&gt;&lt;P&gt;minicom -w -H -D /dev/ttymxc3 -b 9600&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 07:17:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206606#M167258</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-05T07:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206614#M167259</link>
      <description>&lt;P&gt;I try to test, follow&amp;nbsp;result:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root@imx6ull14x14evk:~# /unit_tests/mxc_uart_test.out /dev/ttymxc3 9600 A L 10 10 O&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Test: MXC UART!&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Usage: mxc_uart_test &amp;lt;UART device name, opens UART2 if no dev name is specified&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/dev/ttymxc3 opened&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Attributes set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Test: IOCTL Set&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Data Written= Test&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Data Read back= Test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I don't seem to know how to use it. I'll try.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 07:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1206614#M167259</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-05T07:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207238#M167315</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There are still problems in reading from the real Rx line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think the problem is linux drivers for uart or hardware of chip,not the app settings or other.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 01:42:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207238#M167315</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-07T01:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207429#M167338</link>
      <description>&lt;P&gt;Hi BiyongSun,&lt;/P&gt;&lt;P&gt;Because I don't know much about the working principle of thatprogram for&amp;nbsp;&lt;SPAN&gt;mxc_uart_stress_test.out&amp;nbsp;&lt;/SPAN&gt;, can my above tests see where my main question is?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 09:35:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207429#M167338</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-06T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207484#M167341</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;FONT style="background-color: #ffffff; box-sizing: border-box; color: #333f48; font-family: Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;mxc_uart_stress_test.out&lt;/FONT&gt; is standard program coding follow the Linux standard. not a special program.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;./mxc_uart_stress_test.out /dev/ttymxc2&amp;nbsp; 115200&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;---- Running &amp;lt; ./mxc_uart_stress_test.out &amp;gt; test ----&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;Serial port /dev/ttymxc2 opened&lt;BR /&gt;NOT Using flow control&lt;BR /&gt;Speed set to 115200&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;write done : total : 200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write : 10 calls issued, 20 bytes per call&lt;BR /&gt;:)[ 1 ] READ is good., count : 20&lt;BR /&gt;:)[ 2 ] READ is good., count : 20&lt;BR /&gt;:)[ 3 ] READ is good., count : 20&lt;BR /&gt;:)[ 4 ] READ is good., count : 20&lt;BR /&gt;:)[ 5 ] READ is good., count : 20&lt;BR /&gt;:)[ 6 ] READ is good., count : 20&lt;BR /&gt;:)[ 7 ] READ is good., count : 20&lt;BR /&gt;:)[ 8 ] READ is good., count : 20&lt;BR /&gt;:)[ 9 ] READ is good., count : 20&lt;BR /&gt;:)[ 10 ] READ is good., count : 20&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;read done : total : 200&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; read : 10 calls issued, 20 bytes per call&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT style="background-color: #ffffff;"&gt;----&amp;nbsp; Test &amp;lt; ./mxc_uart_stress_test.out &amp;gt; ended&amp;nbsp; ----&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Jan 2021 10:38:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207484#M167341</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-06T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207488#M167344</link>
      <description>&lt;P&gt;if you read the code of&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;mxc_uart_stress_test.out&lt;/FONT&gt;(&lt;FONT style="background-color: #ffffff;"&gt;mxc_uart_stress_test.c&lt;/FONT&gt;), all the APIs, including header are only Linux layer. that is why I told you. It is not a special program. If you know about the Linux program, you can read the code. and understand the usage.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 10:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207488#M167344</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-06T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207857#M167373</link>
      <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;sorry. forgot to give you the command line&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;/unit_tests/UART/mxc_uart_stress_test.out /dev/ttymxc2&amp;nbsp; 115200 D L 10 20 O&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 01:21:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207857#M167373</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-07T01:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207859#M167374</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/25009"&gt;@BiyongSUN&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Well,I tested. And t&lt;SPAN&gt;he execute results are attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the results, the loopback test is good. but&amp;nbsp;&amp;nbsp;there are still problems in reading from the real Rx line.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 05:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1207859#M167374</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-07T05:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1208634#M167448</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/25009"&gt;@BiyongSUN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How to verify next?&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Do&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;you&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;have&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;any&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;suggestions&lt;/SPAN&gt;&lt;SPAN class=""&gt;?&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 02:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1208634#M167448</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-08T02:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209032#M167481</link>
      <description>&lt;P&gt;The internal loop already shows i.MX has no problem.&lt;/P&gt;
&lt;P&gt;It probably has hardware connections issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can ask your hardware engineer to help you rework and test the external loop back to double confirm the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 15:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209032#M167481</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-08T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209295#M167506</link>
      <description>&lt;P&gt;Yes, the external terminal device sends a&amp;nbsp;&lt;SPAN&gt;noise&lt;/SPAN&gt; signal to 6ull, but it is recognized as valid data by 6ull, and always reports 0xff. My question is, can 6ull not be recognized as valid data?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 01:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209295#M167506</guid>
      <dc:creator>Oman</dc:creator>
      <dc:date>2021-01-11T01:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: imx6ull uart receive</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209373#M167513</link>
      <description>&lt;P&gt;have you even set the&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;Parity&lt;/FONT&gt;&amp;nbsp; like stty&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;parenb, parodd&lt;/FONT&gt; does, which will pass to the i.MX6ULL?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 04:24:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6ull-uart-receive/m-p/1209373#M167513</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2021-01-11T04:24:49Z</dc:date>
    </item>
  </channel>
</rss>

