<?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</title>
    <link>https://community.nxp.com/t5/S32K/UART/m-p/1675997#M24399</link>
    <description>&lt;P&gt;hi PetrS ,&amp;nbsp;&lt;BR /&gt;Issue solved ,thank you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 11:34:52 GMT</pubDate>
    <dc:creator>AhmedRiad</dc:creator>
    <dc:date>2023-06-26T11:34:52Z</dc:date>
    <item>
      <title>UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1673815#M24266</link>
      <description>&lt;P&gt;Hello NXP ,&amp;nbsp;&lt;BR /&gt;I'm using EVK S32K118-64&lt;BR /&gt;For LPUART0&amp;nbsp;&lt;BR /&gt;Tx is working fine (Tested the Pin itself on the board for example&amp;nbsp;&lt;SPAN&gt;PTB1 and read the Tx frame sent from the EVK using oscilloscope&amp;nbsp;&lt;/SPAN&gt;)&lt;BR /&gt;but Rx pins doesn't detect UART frames .&lt;BR /&gt;&lt;BR /&gt;my question here is related to the EVK schematic for LPUART0, is LPUART0 RX pins are connected to&amp;nbsp;&lt;SPAN&gt;Open-SDA debug interface by default and I can't use the LPUART0 pins on the S32K118 (PTB0 ,PTC2,PTA2)?&lt;BR /&gt;&lt;BR /&gt;is there a jumper I&amp;nbsp;need to remove , to be able to use Rx LPUART0 pins (PTB0 ,PTC2,PTA2)?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 16:49:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1673815#M24266</guid>
      <dc:creator>AhmedRiad</dc:creator>
      <dc:date>2023-06-21T16:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1674297#M24282</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, PTB0 is directly connected to OpenSDA UART interface via R24&amp;amp;R666 zero ohms resistors.&lt;BR /&gt;If you want to use LPUART RX function on different pins do not configure PTB0 for LPUART RX but rather config different pin, either&amp;nbsp;&lt;SPAN&gt;PTC2 or PTA2.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 08:30:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1674297#M24282</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-06-22T08:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1674395#M24285</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;Thanks for your reply , if I used&amp;nbsp; openSDA JTAG (Connected a debugger) instead of using OPenSDA USB with Design stuido ,will I be able to use PTB0 ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 12:04:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1674395#M24285</guid>
      <dc:creator>AhmedRiad</dc:creator>
      <dc:date>2023-06-22T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1674434#M24287</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;as the OpenSDA MCU drives through level shifter this PTB0 pin, then you cannot connect another output signal to it, or configure PTB0 as output, unless you remove R24 or R666.&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1674434#M24287</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-06-22T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1675483#M24343</link>
      <description>&lt;P&gt;Hello PetrS,&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply,&amp;nbsp;&lt;/SPAN&gt;I have now LPUART0-Tx (PTB1) Pin connected with LPUART0-RX (&lt;SPAN&gt;PTC2) Pin. (HW connection)&lt;BR /&gt;I was trying to test UART RX pin by sending TX uart frames from PTB1&lt;BR /&gt;using EB Tresos plugins for uart&amp;nbsp; I&amp;nbsp;use the following :&amp;nbsp;&lt;BR /&gt;Uart_SyncSend to send UART frames&amp;nbsp; (API returns E_OK ) (Actual uart messages are sent on PTB1)&lt;BR /&gt;Uart_SyncReceive to receive UART frames after calling&amp;nbsp;Uart_SyncSend &amp;nbsp;( API always timeout , and returns E_NOT_OK )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 11:50:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1675483#M24343</guid>
      <dc:creator>AhmedRiad</dc:creator>
      <dc:date>2023-06-25T11:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1675989#M24396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not know this HLD driver much but try first call&amp;nbsp;&lt;SPAN&gt;Uart_AsyncReceive&amp;nbsp;and then&amp;nbsp;Uart_SyncSend.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 11:26:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1675989#M24396</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-06-26T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1675997#M24399</link>
      <description>&lt;P&gt;hi PetrS ,&amp;nbsp;&lt;BR /&gt;Issue solved ,thank you&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 11:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1675997#M24399</guid>
      <dc:creator>AhmedRiad</dc:creator>
      <dc:date>2023-06-26T11:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: UART</title>
      <link>https://community.nxp.com/t5/S32K/UART/m-p/1855022#M34678</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Ahmed what is the finally solution ? Thank you in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Apr 2024 18:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/UART/m-p/1855022#M34678</guid>
      <dc:creator>sbusc</dc:creator>
      <dc:date>2024-04-25T18:29:34Z</dc:date>
    </item>
  </channel>
</rss>

