<?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>S12 / MagniV Microcontrollersのトピック2 stop bit configiration in s12x SCI</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779621#M15503</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;I need to implement UART drive. The configuration of the frame is that it has 1 start bit, 8 data bit, 1 parity bit, 2 stop bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that s12x has no configuration register for the number of stop bit. Only 1 stop bit is supported.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, How can i do?? Any solution?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2017 00:39:29 GMT</pubDate>
    <dc:creator>kimsunmin</dc:creator>
    <dc:date>2017-12-12T00:39:29Z</dc:date>
    <item>
      <title>2 stop bit configiration in s12x SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779621#M15503</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;I need to implement UART drive. The configuration of the frame is that it has 1 start bit, 8 data bit, 1 parity bit, 2 stop bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that s12x has no configuration register for the number of stop bit. Only 1 stop bit is supported.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, How can i do?? Any solution?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 00:39:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779621#M15503</guid>
      <dc:creator>kimsunmin</dc:creator>
      <dc:date>2017-12-12T00:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2 stop bit configiration in s12x SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779622#M15504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the answer is easy. You want to send 1+8+2. it is the same like 1+9+1.&lt;/P&gt;&lt;P&gt;So, you should set nine data bit communication and use 8 data bit as the first stop bit.&lt;/P&gt;&lt;P&gt;The register SCIDRH contains bits R8 and T8 which are used as a 8 data bit in the 1+9+1 communication format.&lt;/P&gt;&lt;P&gt;In order to set 1+9+1 communication set the M bit in the register SCICR1 and Set the R8 to required stop bit polarity.&lt;/P&gt;&lt;P&gt;That's all you need to do.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 19:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779622#M15504</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-12-12T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: 2 stop bit configiration in s12x SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779623#M15505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I need to put a parity bit. I know the parity bit will be put between 1 stop bit and 9th bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, how can I handle it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2017 07:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779623#M15505</guid>
      <dc:creator>kimsunmin</dc:creator>
      <dc:date>2017-12-14T07:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: 2 stop bit configiration in s12x SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779624#M15506</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;ups, I have read your question incorrectly. In this case the only solution I see in programming own SW routines for UART which is not very standard solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 19:07:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779624#M15506</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2017-12-21T19:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: 2 stop bit configiration in s12x SCI</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779625#M15507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Introduce&amp;nbsp;a short delay after each transmitted byte.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Dec 2017 08:48:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/2-stop-bit-configiration-in-s12x-SCI/m-p/779625#M15507</guid>
      <dc:creator>AndersJ</dc:creator>
      <dc:date>2017-12-25T08:48:41Z</dc:date>
    </item>
  </channel>
</rss>

