<?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: RS485 half-duplex SET GPIO to hardware flow control in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253384#M7375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;Thank you for answering me!, &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I will implement&lt;/SPAN&gt; DE signal by software.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 15:21:51 GMT</pubDate>
    <dc:creator>edgardocerone</dc:creator>
    <dc:date>2013-02-11T15:21:51Z</dc:date>
    <item>
      <title>RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253382#M7373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I&lt;/SPAN&gt;&lt;SPAN&gt;'m&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;currently&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;using&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;MQX&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;4.0,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;PXS2010&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;RS-485&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;transceiver (SP485EE)&lt;/SPAN&gt;. &lt;SPAN class="atn hps"&gt;(&lt;/SPAN&gt;my &lt;SPAN class="hps"&gt;board&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;not the tower&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;I'm using&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the example&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;rs485.c&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;hardware&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;flow control&lt;/SPAN&gt;:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;rs485_dev&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;=&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;fopen&lt;/SPAN&gt; &lt;SPAN class="atn hps"&gt;(&lt;/SPAN&gt;RS485_CHANNEL, &lt;SPAN class="atn hps"&gt;(&lt;/SPAN&gt;const &lt;SPAN class="hps"&gt;char&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;*&lt;/SPAN&gt;) &lt;SPAN class="hps"&gt;IO_SERIAL_HW_485_FLOW_CONTROL&lt;/SPAN&gt;);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;twr&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;-&lt;/SPAN&gt;pxs2010 &lt;SPAN class="hps"&gt;connects&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GPIO&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;[51&lt;/SPAN&gt;] &lt;SPAN class="hps"&gt;-&lt;/SPAN&gt;&amp;gt; &lt;SPAN class="hps"&gt;DE,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GPIO&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;[12&lt;/SPAN&gt;] &lt;SPAN class="hps"&gt;-&lt;/SPAN&gt;&amp;gt; &lt;SPAN class="hps"&gt;RE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;my&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;board&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;connects&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GPIO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;[98&lt;/SPAN&gt;] &lt;SPAN class="hps"&gt;-&lt;/SPAN&gt;&amp;gt; &lt;SPAN class="hps"&gt;DE,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GPIO&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;[99&lt;/SPAN&gt;] &lt;SPAN class="hps"&gt;-&lt;/SPAN&gt;&amp;gt; &lt;SPAN class="hps"&gt;RE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;My&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;question&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how to change&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;these pins&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MQX&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;to work with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;DE /&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;RE&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;automatically&lt;/SPAN&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Thanks&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in advance&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN class="hps"&gt;Eddie&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 20:51:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253382#M7373</guid>
      <dc:creator>edgardocerone</dc:creator>
      <dc:date>2013-02-08T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253383#M7374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PXS20 LinFlex module doesn't implement hardware signal for RS-485 transceiver DE (Driver Output Enable). It has only TXD and RXD signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IO_SERIAL_HW_485_FLOW_CONTROL open flag is not supported on MQX 4.0 PXS20 BSP, and thus the DE signal would need to be implemented using a GPIO output and user software. MQX I/O User's Guide describes the steps for this in chapter 5.11. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 06:31:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253383#M7374</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-02-11T06:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253384#M7375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;Thank you for answering me!, &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I will implement&lt;/SPAN&gt; DE signal by software.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 15:21:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253384#M7375</guid>
      <dc:creator>edgardocerone</dc:creator>
      <dc:date>2013-02-11T15:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253385#M7376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Where do I do I find if a processor supports the IO_SERIAL_HW_485_FLOW_CONTROL? I will be using a I20 processor. MK20DN512VLK10. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:03:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253385#M7376</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2013-02-11T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253386#M7377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UART module on Kinetis parts has support for RS-485 in hardware (there is dedicated transmitter RTS output signal for this).&lt;/P&gt;&lt;P&gt;If there is hardware support in the module, &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; IO_SERIAL_HW_485_FLOW_CONTROL&lt;/SPAN&gt; open flag is supported in MQX serial driver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Kinetis, if we open serial device with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;IO_SERIAL_HW_485_FLOW_CONTROL flag, the driver will enable RTS signal in the port control module, and it will also configure UART module MODEM register for this functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 06:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253386#M7377</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-02-12T06:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 half-duplex SET GPIO to hardware flow control</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253387#M7378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help. Freescale does some very good things. Just connecting all the dots takes some work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 12:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-half-duplex-SET-GPIO-to-hardware-flow-control/m-p/253387#M7378</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2013-02-12T12:51:15Z</dc:date>
    </item>
  </channel>
</rss>

