<?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>S32KのトピックRe: UART RX issue on S32K148</title>
    <link>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030301#M6477</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;FTDI converter is not needed. You can use OpenSDA from the board. My theory is that you can't receive date due to a short circuit between your FTDI and OpenSDA ( FTDI can't control the line because OpenSDA pull the line because he doesn't have anything to send on the line).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jan 2020 07:38:54 GMT</pubDate>
    <dc:creator>razva_tilimpea</dc:creator>
    <dc:date>2020-01-08T07:38:54Z</dc:date>
    <item>
      <title>UART RX issue on S32K148</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030298#M6474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the lpuart_echo_s32k148/ uart example as my base project. I am using the main while loop like the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while(1)&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN&gt; &lt;/SPAN&gt;&amp;nbsp; LPUART_DRV_ReceiveData(INST_LPUART1, buffer, 1UL);&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;while(LPUART_DRV_GetReceiveStatus(INST_LPUART1, &amp;amp;bytesRemaining) != STATUS_SUCCESS);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;/* Send data */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; LPUART_DRV_SendData(INST_LPUART1, buffer, 1UL);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;while(LPUART_DRV_GetTransmitStatus(INST_LPUART1, &amp;amp;bytesRemaining) != STATUS_SUCCESS);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, according to the&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/quick-reference-guide/S32K148EVB-QSG.pdf"&gt;Quick Reference Guide&lt;/A&gt;, LPUART1_TX is on PTC7 and LPUART_RX is on PTC6.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am able to transmit characters from the PTC7 pin and I can verify the characters are transmitted via connecting it to an FTDI module with a wire.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The problem is I am not able to receive data from the PTC6 pin. Using an FTDI module to transmit characters to that pin does not do anything.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have also noticed that the RX pin has a voltage level of 5 --- wondering if this has anything to do with it?&lt;BR /&gt;&lt;BR /&gt;I am also able to send and receive characters from the serial terminal via USB. But I need to be able to sned and receive via the rx and tx pins.&lt;BR /&gt;&lt;BR /&gt;Any tips? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Dec 2019 16:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030298#M6474</guid>
      <dc:creator>rcusack</dc:creator>
      <dc:date>2019-12-31T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX issue on S32K148</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030299#M6475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lpuart_echo_s32k148 example expects the LF at the end of the message. Probably the terminal sends it and that is why it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, could you check it?&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, 07 Jan 2020 11:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030299#M6475</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-01-07T11:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX issue on S32K148</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030300#M6476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana, I checked the output of the module that I am using to transmit data to the S32 board. It does include an LF at the end of the message. I have included a picture of an example message being sent from the module and also a picture of the board with the transmitter connected to the reception pin. This message being sent is never received on the S32 board.&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101762i47F05DAA7AFFA8AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20200107_163431.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101763iB5908FF6ADD3FB23/image-size/large?v=v2&amp;amp;px=999" role="button" title="20200107_163431.jpg" alt="20200107_163431.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 21:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030300#M6476</guid>
      <dc:creator>rcusack</dc:creator>
      <dc:date>2020-01-07T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX issue on S32K148</title>
      <link>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030301#M6477</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;FTDI converter is not needed. You can use OpenSDA from the board. My theory is that you can't receive date due to a short circuit between your FTDI and OpenSDA ( FTDI can't control the line because OpenSDA pull the line because he doesn't have anything to send on the line).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 07:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-RX-issue-on-S32K148/m-p/1030301#M6477</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2020-01-08T07:38:54Z</dc:date>
    </item>
  </channel>
</rss>

