<?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: UART Communication Directly Between Two S32K1xx MCUs in S32K</title>
    <link>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490230#M16401</link>
    <description>&lt;P&gt;I don't have S32K144EVB on hand, so just test it on S32K146EVB and S32K116EVB. Modify the&amp;nbsp;&lt;STRONG&gt;lpuart_echo&lt;/STRONG&gt; example in &lt;STRONG&gt;S32K1xx SDK RTM v4.0.2&lt;/STRONG&gt;, change the pins in order to connect directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;S32K146EVB&amp;nbsp; &amp;nbsp;default&amp;nbsp; &amp;nbsp; &amp;nbsp; modified&lt;BR /&gt;LPUART1_TX&amp;nbsp; &amp;nbsp;PTC7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PTC9&amp;nbsp; &amp;nbsp;J6 16&lt;BR /&gt;LPUART1_RX&amp;nbsp; &amp;nbsp;PTC6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PTC8&amp;nbsp; &amp;nbsp;J6 13&lt;/P&gt;
&lt;P&gt;S32K116EVB&amp;nbsp; &amp;nbsp; default&amp;nbsp; &amp;nbsp; &amp;nbsp; modified&lt;BR /&gt;LPUART0_TX&amp;nbsp; &amp;nbsp;PTB1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PTA3&amp;nbsp; &amp;nbsp;J1 2&lt;BR /&gt;LPUART0_RX&amp;nbsp; &amp;nbsp;PTB0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PTA2&amp;nbsp; &amp;nbsp;J1 1&lt;/P&gt;
&lt;P&gt;It was able to communicate normally. So would you please let customer check their circuit?(common ground?)&lt;/P&gt;
&lt;P&gt;These pins &lt;SPAN&gt;only configured MUX bitfield on PORT_PCRn register. Did not enable the internal pull-up resistor.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 09:55:40 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2022-07-15T09:55:40Z</dc:date>
    <item>
      <title>UART Communication Directly Between Two S32K1xx MCUs</title>
      <link>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1489437#M16364</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My customer use two S32K1xx MCU on one board, and connect directly with UART.&lt;/P&gt;&lt;P&gt;Customer found that UART communication will be failed if no external pull-up. Customer wonder whether the external pull-up is mandatory 佛如direct connection application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Hornby&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 10:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1489437#M16364</guid>
      <dc:creator>hongpingxu-b364</dc:creator>
      <dc:date>2022-07-14T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: UART Communication Directly Between Two S32K1xx MCUs</title>
      <link>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490019#M16390</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Hornby,&lt;/P&gt;
&lt;P&gt;Whether the customer's application software these two cases:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The device does not support open drain on all the pins..png" style="width: 854px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186731i6C5241335F3351B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="The device does not support open drain on all the pins..png" alt="The device does not support open drain on all the pins..png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="54.5.1 UART Transmit.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/186732iB0CA7FC185D88596/image-size/large?v=v2&amp;amp;px=999" role="button" title="54.5.1 UART Transmit.png" alt="54.5.1 UART Transmit.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Just add external pull-up resistor to make UART communication normal?&lt;/P&gt;
&lt;P&gt;What value is set in the PORT_PCRn register of the LPUART_RX pin?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the internal pull-up resistor is enabled, is it possible to have the same phenomenon as using an external pull-up resistor?&lt;/P&gt;
&lt;P&gt;Are two S32K1xx chips powered on at the same time? Is one of the chips not working at all, or is it just the LPUART communication part that is not working?&lt;/P&gt;
&lt;P&gt;Please tell me the part number and mask set of two S32K1xx.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 03:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490019#M16390</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-07-15T03:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: UART Communication Directly Between Two S32K1xx MCUs</title>
      <link>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490036#M16391</link>
      <description>&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Customer used S32K144 and S32K116 with last Maskset, and only configured MUX bitfield on PORT_PCRn register. Just add external pull-up resistor to make UART communication normal.&lt;/P&gt;&lt;P&gt;These two S32K1xx chips are powered on the same supply. The first UART message send around 2s after power on, so customer make sure that these two S32K1xx MCU are finished initialization already.&lt;/P&gt;&lt;P&gt;We also push them to enable internal pull-up, but customer wonder 1.) why old solution with STM32 and same configure can work properly; 2.) S32K1 internal pull-up/down are weak pull, customer oppugned the communication &amp;nbsp;reliability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Hornby&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 04:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490036#M16391</guid>
      <dc:creator>hongpingxu-b364</dc:creator>
      <dc:date>2022-07-15T04:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: UART Communication Directly Between Two S32K1xx MCUs</title>
      <link>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490230#M16401</link>
      <description>&lt;P&gt;I don't have S32K144EVB on hand, so just test it on S32K146EVB and S32K116EVB. Modify the&amp;nbsp;&lt;STRONG&gt;lpuart_echo&lt;/STRONG&gt; example in &lt;STRONG&gt;S32K1xx SDK RTM v4.0.2&lt;/STRONG&gt;, change the pins in order to connect directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;S32K146EVB&amp;nbsp; &amp;nbsp;default&amp;nbsp; &amp;nbsp; &amp;nbsp; modified&lt;BR /&gt;LPUART1_TX&amp;nbsp; &amp;nbsp;PTC7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PTC9&amp;nbsp; &amp;nbsp;J6 16&lt;BR /&gt;LPUART1_RX&amp;nbsp; &amp;nbsp;PTC6&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;PTC8&amp;nbsp; &amp;nbsp;J6 13&lt;/P&gt;
&lt;P&gt;S32K116EVB&amp;nbsp; &amp;nbsp; default&amp;nbsp; &amp;nbsp; &amp;nbsp; modified&lt;BR /&gt;LPUART0_TX&amp;nbsp; &amp;nbsp;PTB1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PTA3&amp;nbsp; &amp;nbsp;J1 2&lt;BR /&gt;LPUART0_RX&amp;nbsp; &amp;nbsp;PTB0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PTA2&amp;nbsp; &amp;nbsp;J1 1&lt;/P&gt;
&lt;P&gt;It was able to communicate normally. So would you please let customer check their circuit?(common ground?)&lt;/P&gt;
&lt;P&gt;These pins &lt;SPAN&gt;only configured MUX bitfield on PORT_PCRn register. Did not enable the internal pull-up resistor.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 09:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART-Communication-Directly-Between-Two-S32K1xx-MCUs/m-p/1490230#M16401</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-07-15T09:55:40Z</dc:date>
    </item>
  </channel>
</rss>

