<?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: How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239244#M19613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should specify the flow control to be used from your application using the CRTSCTS flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;-Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 18:29:27 GMT</pubDate>
    <dc:creator>maheshmahadeva1</dc:creator>
    <dc:date>2013-05-15T18:29:27Z</dc:date>
    <item>
      <title>How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239243#M19612</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;/P&gt;&lt;P&gt;&amp;nbsp; I am using uart4 which is muxed on imx53 qsb start-R platform working with ICS from linaro. I have set macros in a way that uart4 is up. But I couldnt specify which type of control its using and how to change that control.&lt;/P&gt;&lt;P&gt;&amp;nbsp; The macros which I am using are as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MX53_PAD_CSI0_DAT12__UART4_TXD_MUX,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MX53_PAD_CSI0_DAT13__UART4_RXD_MUX,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MX53_PAD_CSI0_DAT17__UART4_CTS,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MX53_PAD_CSI0_DAT16__UART4_RTS,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Generally cts pin is used for control uart right? How to set some kind of control(s/w or h/w), and that will help me in my work.,,,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Thank you.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Waiting for a useful better answer.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;- Poorna Chander rao&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:15:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239243#M19612</guid>
      <dc:creator>poornat</dc:creator>
      <dc:date>2013-05-15T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239244#M19613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should specify the flow control to be used from your application using the CRTSCTS flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;-Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 18:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239244#M19613</guid>
      <dc:creator>maheshmahadeva1</dc:creator>
      <dc:date>2013-05-15T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to set uart4 whether to use software control/ Hardware control on IMX53(Android ICS build from linaro)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239245#M19614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt; Thankyou....I will revert back if i find some issues in handling CRTSCTS.Regards-Poorna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 06:21:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-uart4-whether-to-use-software-control-Hardware/m-p/239245#M19614</guid>
      <dc:creator>poornat</dc:creator>
      <dc:date>2013-05-16T06:21:32Z</dc:date>
    </item>
  </channel>
</rss>

