<?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 Please help me!! in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1786803#M30503</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello, I'm using the S32K314 model and working on creating an app by incorporating the 'RTD 4.0.0' SDK. I want to utilize UART functionality using Mcal instead of Ip. Currently, I am referring to the Uart_Example_S32K344 sample code, but it seems like the configuration is not working well. If I'm only using UART, do I just need to add Mcal drivers such as Mcu, Platform, Port, and Uart? Also, in the example, I noticed the use of FlexIO. Are these pins physically connected?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 04:54:54 GMT</pubDate>
    <dc:creator>chappie_o</dc:creator>
    <dc:date>2024-01-11T04:54:54Z</dc:date>
    <item>
      <title>Please help me!!</title>
      <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1786803#M30503</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I'm using the S32K314 model and working on creating an app by incorporating the 'RTD 4.0.0' SDK. I want to utilize UART functionality using Mcal instead of Ip. Currently, I am referring to the Uart_Example_S32K344 sample code, but it seems like the configuration is not working well. If I'm only using UART, do I just need to add Mcal drivers such as Mcu, Platform, Port, and Uart? Also, in the example, I noticed the use of FlexIO. Are these pins physically connected?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 04:54:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1786803#M30503</guid>
      <dc:creator>chappie_o</dc:creator>
      <dc:date>2024-01-11T04:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me!!</title>
      <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787302#M30549</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;The hardware connection mentioned in Uart_Example_S32K344_RTD400 description.txt is wrong. According to the configuration of Port component:&lt;BR /&gt;Flexio0_Tx&amp;nbsp;PTD0 GPIO[96] should connect to&amp;nbsp;Lpuart3_Rx&amp;nbsp;PTD3 GPIO[99]&lt;BR /&gt;Flexio1_Rx&amp;nbsp;PTD1 GPIO[97] should connect to&amp;nbsp;Lpuart3_Tx&amp;nbsp;PTD2 GPIO[98]&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Uart_Example_S32K344_RTD400  description.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257792iEA166829F3192A83/image-size/large?v=v2&amp;amp;px=999" role="button" title="Uart_Example_S32K344_RTD400  description.png" alt="Uart_Example_S32K344_RTD400  description.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Uart_Example_S32K344_RTD400 PTD0 PTD1 PTD2 PTD3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/257793i86806866CE52D674/image-size/large?v=v2&amp;amp;px=999" role="button" title="Uart_Example_S32K344_RTD400 PTD0 PTD1 PTD2 PTD3.png" alt="Uart_Example_S32K344_RTD400 PTD0 PTD1 PTD2 PTD3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&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;</description>
      <pubDate>Thu, 11 Jan 2024 14:50:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787302#M30549</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2024-01-11T14:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me!!</title>
      <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787733#M30571</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for the kind explanation. However, could you please tell me why Flexio is used?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787733#M30571</guid>
      <dc:creator>chappie_o</dc:creator>
      <dc:date>2024-01-12T06:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me!!</title>
      <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787740#M30572</link>
      <description>&lt;P&gt;I think it's just to demonstrate FlexIO_UART and LPUART communication in a sample project. Please delete the FlexIO related parts if you don't need to use FlexIO to implement the UART function.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:16:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787740#M30572</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2024-01-12T06:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me!!</title>
      <link>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787797#M30578</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for responding to my question. However, my inquiry was about the advantages of using FlexIO UART functionality. Could you provide information on why it is used and what benefits it offers?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 07:31:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Please-help-me/m-p/1787797#M30578</guid>
      <dc:creator>chappie_o</dc:creator>
      <dc:date>2024-01-12T07:31:20Z</dc:date>
    </item>
  </channel>
</rss>

