<?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: S32K144 UART in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761319#M2171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot... :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2018 07:21:59 GMT</pubDate>
    <dc:creator>pritampatil</dc:creator>
    <dc:date>2018-05-17T07:21:59Z</dc:date>
    <item>
      <title>S32K144 UART</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761317#M2169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to s32k14x family &amp;amp; also new to UART. I am going through the example projects. I tried executing UART program in S32DS with tera term.&lt;/P&gt;&lt;P&gt;There i got the following window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I entered a, s and d one after the other, i got following data on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26497iB374D5A337C0A4A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this data transmitted or echoed?&lt;/P&gt;&lt;P&gt;Please help me to understand this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 14:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761317#M2169</guid>
      <dc:creator>pritampatil</dc:creator>
      <dc:date>2018-05-16T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761318#M2170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/pritampatil"&gt;pritampatil&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually both, in the&amp;nbsp;&lt;EM&gt;LPUART1_recieve_and_echo_char()&lt;/EM&gt; function&amp;nbsp;you could see following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your entered character is saved to the &lt;EM&gt;send&lt;/EM&gt; variable and on the terminal is nothing to see.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;EM&gt;char send = LPUART1_receive_char(); /* Receive Char */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, using the below function is transmitted the character back to the terminal and you can see the character like on your picture above.&lt;BR /&gt;&lt;EM&gt;2. LPUART1_transmit_char(send); /* Transmit same char back to the sender */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this process it can be named &lt;EM&gt;echo =&amp;gt;&amp;nbsp;&lt;/EM&gt;The received character is just transmitted&amp;nbsp;(sent back) to the sender.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could look at the below figures in the &lt;A href="https://www.nxp.com/docs/en/reference-manual/S32K-RM.pdf"&gt;reference manual&lt;/A&gt;, the diagrams show&amp;nbsp;you how LPUART works.&lt;/P&gt;&lt;P&gt;Figure 51-1. LPUART transmitter block diagram and&amp;nbsp;Figure 51-2. LPUART receiver block diagram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can debug the code for better understanding how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;If it is not clear, let me know.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761318#M2170</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2018-05-16T16:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761319#M2171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot... :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 07:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761319#M2171</guid>
      <dc:creator>pritampatil</dc:creator>
      <dc:date>2018-05-17T07:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761320#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share your UART&amp;nbsp;example project with me. I am also new to S32K design Studio.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 06:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761320#M2172</guid>
      <dc:creator>yuganshbansal</dc:creator>
      <dc:date>2018-07-17T06:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 UART</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761321#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yugansh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example project for the UART you can find in the S32 Design Studio.&lt;/P&gt;&lt;P&gt;File -&amp;gt; New -&amp;gt; S32DS Project from Example -&amp;gt; S32K144 -&amp;gt; LPUART&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 15:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-UART/m-p/761321#M2173</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2018-07-17T15:28:18Z</dc:date>
    </item>
  </channel>
</rss>

