<?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>Kinetis Software Development KitのトピックKDSK2.0.0: Using LPUART with RTS</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462118#M3436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the LPUART with the RTS signal, which can be configured in LPUART0_MODIR register.&lt;/P&gt;&lt;P&gt;But when using KDSK 2.0.0, I can not find any information how to configure.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone explain, how to configure this register?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 12:21:49 GMT</pubDate>
    <dc:creator>s_l_</dc:creator>
    <dc:date>2016-02-16T12:21:49Z</dc:date>
    <item>
      <title>KDSK2.0.0: Using LPUART with RTS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462118#M3436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the LPUART with the RTS signal, which can be configured in LPUART0_MODIR register.&lt;/P&gt;&lt;P&gt;But when using KDSK 2.0.0, I can not find any information how to configure.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone explain, how to configure this register?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 12:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462118#M3436</guid>
      <dc:creator>s_l_</dc:creator>
      <dc:date>2016-02-16T12:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: KDSK2.0.0: Using LPUART with RTS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462119#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MODIR register support is not provided in the SDK 2.0 LPUART driver. If you're interested in adding this capability, you can augment the current LPUART_Init functionality with the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Available RTS flags, choose those required for your application:&lt;/P&gt;&lt;P&gt;LPUART_MODIR_TXRTSE_MASK&lt;/P&gt;&lt;P&gt;LPUART_MODIR_TXRTSPOL_MASK&lt;/P&gt;&lt;P&gt;LPUART_MODIR_RXRTSE_MASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example code:&lt;/P&gt;&lt;P&gt;base-&amp;gt;MODIR = LPUART_MODIR_TXRTSE_MASK | LPUART_MODIR_TXRTSPOL_MASK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 16:42:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462119#M3437</guid>
      <dc:creator>Jmart</dc:creator>
      <dc:date>2016-02-16T16:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: KDSK2.0.0: Using LPUART with RTS</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462120#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer! Your example code was the hint I needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 12:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK2-0-0-Using-LPUART-with-RTS/m-p/462120#M3438</guid>
      <dc:creator>s_l_</dc:creator>
      <dc:date>2016-03-01T12:26:03Z</dc:date>
    </item>
  </channel>
</rss>

