<?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: Missing bytes mx53 uart2 ,uart3  transmit in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281000#M32309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jimmychan&lt;/P&gt;&lt;P&gt;İts a custom board&amp;nbsp; , BSP version is L2.6.35_11.09.01 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have found that the problem is somewhere else :&lt;/P&gt;&lt;P&gt;The port monitor I was using is somehow effected from the activation order of boards. When I first activate CPU board then reset the modem board and then activate the port monitor there are no&amp;nbsp; missing bytes at the beginning .&lt;/P&gt;&lt;P&gt;So&lt;STRONG&gt; I think mx53&amp;nbsp; has no missing bytes problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But if so why is the modem not receiving 8K firmware bytes and replay to alive checks?&lt;/P&gt;&lt;P&gt;Our CPU board was controlling the modem boards . We saw that an fpga which is not implemented fully yet&amp;nbsp; was helding the modem in a reset state so that modem doesnt replay.Now FPGA has inactivated the&amp;nbsp; reset line by default and we are observing uart data from modem with the oscilloscope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We have still a problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now the modem replay should be received by mx53 UART ,but it doesnt get anything within the timeout window .&lt;/P&gt;&lt;P&gt;I'm using UART2 and UART3 for modem communications.The same project when compiled with x86 and run on PC works without any problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QUESTIONS :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In /linux/arch/arm/mx5/serial.h all the uarts are configured differently.DMA is enabled for some for some not ,some of them are using interrupts some of them not. I dont have use the&amp;nbsp; CTS&amp;nbsp; ,RTS&amp;nbsp; pins so from the flow control viewUART2_UCR4_CTSTL&amp;nbsp; -1&amp;nbsp; should be correct .&lt;/P&gt;&lt;P&gt;Are these default values and changed somewhere else according to the board configuration or should we change them only&amp;nbsp; in serial.h if we want en- disable dma ,irq ?&lt;/P&gt;&lt;P&gt;How can I enable the receive part of UART2 or UART3 ( I have to check that the replay coming from modem reaches to UART2 receive pin ,still ).&lt;/P&gt;&lt;P&gt;Should I apply the changes mentioned in&amp;nbsp; forum &lt;A href="https://community.nxp.com/message/259546"&gt;MX53 UART2(3) not working&lt;/A&gt;&amp;nbsp; at &lt;SPAN class="j-post-author"&gt;Oct 28, 2011 ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Should I use the imx_2.6.35_maintain BSP ? How to get the patches to upgrade my BSP to&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-post-author"&gt;imx_2.6.35_maintain BSP?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Apr 2013 10:17:38 GMT</pubDate>
    <dc:creator>yektaayduk</dc:creator>
    <dc:date>2013-04-27T10:17:38Z</dc:date>
    <item>
      <title>mx53 uart2 ,uart3  transmit ok ,but no rxdata</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/280998#M32307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an eclipse project which I'm building&amp;nbsp; for x86 and for i.mx53 .&lt;/P&gt;&lt;P&gt;The code is loading firmware through the UART2 or UART3 at 115200 bps to a modem chip and and&amp;nbsp; making alive checks (custom board) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The&amp;nbsp; code works for x86 and fails&amp;nbsp; for mx53 .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I observed&amp;nbsp; the uart Tx pins with a port monitor SW&amp;nbsp; and realised that some piece of the sent packet is missing&amp;nbsp; or repeated .&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought its an alignment problem but the sendbuffer is aligned to four bytes :&lt;/P&gt;&lt;P&gt;} __attribute__((aligned(4),packed)) str_fwbuf;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any comment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 10:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/280998#M32307</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2013-04-23T10:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/280999#M32308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which board are you using? Which BSP are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 08:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/280999#M32308</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-04-27T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281000#M32309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you jimmychan&lt;/P&gt;&lt;P&gt;İts a custom board&amp;nbsp; , BSP version is L2.6.35_11.09.01 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have found that the problem is somewhere else :&lt;/P&gt;&lt;P&gt;The port monitor I was using is somehow effected from the activation order of boards. When I first activate CPU board then reset the modem board and then activate the port monitor there are no&amp;nbsp; missing bytes at the beginning .&lt;/P&gt;&lt;P&gt;So&lt;STRONG&gt; I think mx53&amp;nbsp; has no missing bytes problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But if so why is the modem not receiving 8K firmware bytes and replay to alive checks?&lt;/P&gt;&lt;P&gt;Our CPU board was controlling the modem boards . We saw that an fpga which is not implemented fully yet&amp;nbsp; was helding the modem in a reset state so that modem doesnt replay.Now FPGA has inactivated the&amp;nbsp; reset line by default and we are observing uart data from modem with the oscilloscope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We have still a problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now the modem replay should be received by mx53 UART ,but it doesnt get anything within the timeout window .&lt;/P&gt;&lt;P&gt;I'm using UART2 and UART3 for modem communications.The same project when compiled with x86 and run on PC works without any problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QUESTIONS :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In /linux/arch/arm/mx5/serial.h all the uarts are configured differently.DMA is enabled for some for some not ,some of them are using interrupts some of them not. I dont have use the&amp;nbsp; CTS&amp;nbsp; ,RTS&amp;nbsp; pins so from the flow control viewUART2_UCR4_CTSTL&amp;nbsp; -1&amp;nbsp; should be correct .&lt;/P&gt;&lt;P&gt;Are these default values and changed somewhere else according to the board configuration or should we change them only&amp;nbsp; in serial.h if we want en- disable dma ,irq ?&lt;/P&gt;&lt;P&gt;How can I enable the receive part of UART2 or UART3 ( I have to check that the replay coming from modem reaches to UART2 receive pin ,still ).&lt;/P&gt;&lt;P&gt;Should I apply the changes mentioned in&amp;nbsp; forum &lt;A href="https://community.nxp.com/message/259546"&gt;MX53 UART2(3) not working&lt;/A&gt;&amp;nbsp; at &lt;SPAN class="j-post-author"&gt;Oct 28, 2011 ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Should I use the imx_2.6.35_maintain BSP ? How to get the patches to upgrade my BSP to&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-post-author"&gt;imx_2.6.35_maintain BSP?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2013 10:17:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281000#M32309</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2013-04-27T10:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281001#M32310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please try &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="259546" data-objecttype="2" href="https://community.nxp.com/message/259546#259546"&gt;MX53 UART2(3) not working&lt;/A&gt; first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Apr 2013 03:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281001#M32310</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-04-28T03:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281002#M32311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/259546"&gt;MX53 UART2(3) not working   &lt;/A&gt;is irrelevant for my case because my pins for uart-2 &amp;amp; -3 are as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define _MX53_PAD_PATA_DMARQ__UART2_TXD_MUX &lt;/TD&gt;&lt;TD&gt;IOMUX_PAD(0x5F8, 0x278, 3, 0x0, 0, 0)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;#define _MX53_PAD_PATA_BUFFER_EN__UART2_RXD_MUX&amp;nbsp;&amp;nbsp;&amp;nbsp; IOMUX_PAD(0x5FC, 0x27C, 3, 0x880, 3, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define _MX53_PAD_PATA_CS_1__UART3_RXD_MUX&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; IOMUX_PAD(0x620, 0x2A0, 4, 0x888, 3, 0)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;#define _MX53_PAD_PATA_CS_0__UART3_TXD_MUX&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; IOMUX_PAD(0x61C, 0x29C, 4, 0x0, 0, 0)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;These settings are also used&amp;nbsp; in mx53_ard.c and mx53_smd.c (for uart2) ,in mx53_ard.c for uart3 .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Did anybody having these boards successfully use the uart2 uart3 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 09:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281002#M32311</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2013-04-29T09:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281003#M32312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ttymxc1 ,ttymxc2,ttymxc3,ttymxc4 seems to receive data with the test code.&lt;/P&gt;&lt;P&gt;I think this is an internal loopback without driving the device pins.&lt;/P&gt;&lt;P&gt;So its a kind of IOMUX problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$ ./mxc_uart_test.out /dev/ttymxc1&lt;/P&gt;&lt;P&gt;Test: MXC UART!&lt;/P&gt;&lt;P&gt;Usage: mxc_uart_test &amp;lt;UART device name, opens UART2 if no dev name is specified&amp;gt;&lt;/P&gt;&lt;P&gt;/dev/ttymxc1 opened&lt;/P&gt;&lt;P&gt;Attributes set&lt;/P&gt;&lt;P&gt;Test: IOCTL Set&lt;/P&gt;&lt;P&gt;Data Written= Test&lt;/P&gt;&lt;P&gt;Data Read back= Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$ ./mxc_uart_test.out /dev/ttymxc2&lt;/P&gt;&lt;P&gt;Test: MXC UART!&lt;/P&gt;&lt;P&gt;Usage: mxc_uart_test &amp;lt;UART device name, opens UART2 if no dev name is specified&amp;gt;&lt;/P&gt;&lt;P&gt;/dev/ttymxc2 opened&lt;/P&gt;&lt;P&gt;Attributes set&lt;/P&gt;&lt;P&gt;Test: IOCTL Set&lt;/P&gt;&lt;P&gt;Data Written= Test&lt;/P&gt;&lt;P&gt;Data Read back= Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$ ./mxc_uart_test.out /dev/ttymxc3&lt;/P&gt;&lt;P&gt;Test: MXC UART!&lt;/P&gt;&lt;P&gt;Usage: mxc_uart_test &amp;lt;UART device name, opens UART2 if no dev name is specified&amp;gt;&lt;/P&gt;&lt;P&gt;/dev/ttymxc3 opened&lt;/P&gt;&lt;P&gt;Attributes set&lt;/P&gt;&lt;P&gt;Test: IOCTL Set&lt;/P&gt;&lt;P&gt;Data Written= Test&lt;/P&gt;&lt;P&gt;Data Read back= Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$ ./mxc_uart_test.out /dev/ttymxc4&lt;/P&gt;&lt;P&gt;Test: MXC UART!&lt;/P&gt;&lt;P&gt;Usage: mxc_uart_test &amp;lt;UART device name, opens UART2 if no dev name is specified&amp;gt;&lt;/P&gt;&lt;P&gt;/dev/ttymxc4 opened&lt;/P&gt;&lt;P&gt;Attributes set&lt;/P&gt;&lt;P&gt;Test: IOCTL Set&lt;/P&gt;&lt;P&gt;Data Written= Test&lt;/P&gt;&lt;P&gt;Data Read back= Test&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 12:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281003#M32312</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2013-05-01T12:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missing bytes mx53 uart2 ,uart3  transmit</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281004#M32313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check to see if you have the Daisy Chain setting correct for the UART RXD:&lt;/P&gt;&lt;P&gt;IOMUXC_UART3_IPP_UART_RXD_MUX_SELECT_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This setting tells the IOMUX which pin to use for RXD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 13:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281004#M32313</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-05-01T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: mx53 uart2 ,uart3  transmit ok ,but no rxdata</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281005#M32314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uart-2 and Uart-3&amp;nbsp; Tx&amp;nbsp; Rx are OK. &lt;/P&gt;&lt;P&gt;I applied&amp;nbsp; "ENGR00252150 Fix MX53 IOMUX setup for all UARTs" patch .&lt;/P&gt;&lt;P&gt;Settings in serial.h :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART2_UCR4_CTSTL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;/P&gt;&lt;P&gt;UART2_DMA_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART3_UCR4_CTSTL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;/P&gt;&lt;P&gt;UART3_DMA_ENABLE&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 19:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281005#M32314</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2013-05-07T19:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: mx53 uart2 ,uart3  transmit ok ,but no rxdata</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281006#M32315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yektaayduk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....did you ever get Rx working on UART2 and 3?&amp;nbsp;&amp;nbsp; If so can you point the way!&amp;nbsp; :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2014 00:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281006#M32315</guid>
      <dc:creator>mbp</dc:creator>
      <dc:date>2014-01-11T00:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: mx53 uart2 ,uart3  transmit ok ,but no rxdata</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281007#M32316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I applied&amp;nbsp; "ENGR00252150 Fix MX53 IOMUX setup for all UARTs"&amp;nbsp;&amp;nbsp; .&amp;nbsp; Uarts are working now.&lt;/P&gt;&lt;P&gt;Below is the link of the engineering patch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/?h=imx_2.6.35_maintain&amp;amp;id=19164f8f1f92d2aa22360ded2ffac9e8e2221e05"&gt;http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/commit/?h=imx_2.6.35_maintain&amp;amp;id=19164f8f1f92d2aa22360ded2ffac9e8e2221e05&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 19:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281007#M32316</guid>
      <dc:creator>yektaayduk</dc:creator>
      <dc:date>2014-02-06T19:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: mx53 uart2 ,uart3  transmit ok ,but no rxdata</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281008#M32317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I had stumbled across the incorrect iomux definitions a few weeks ago.&amp;nbsp; .didn't think it useful to post "found it!".&lt;/P&gt;&lt;P&gt;Greatly appreciate your follow through though - THANKS anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 21:27:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx53-uart2-uart3-transmit-ok-but-no-rxdata/m-p/281008#M32317</guid>
      <dc:creator>mbp</dc:creator>
      <dc:date>2014-02-07T21:27:00Z</dc:date>
    </item>
  </channel>
</rss>

