<?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: How to resolve the Frame error flag?</title>
    <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642555#M22508</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you test the demo I sent you?&amp;nbsp;&lt;BR /&gt;The picture below is the result of my test&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1682821914954.png" style="width: 584px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221304i12E293F810BD5984/image-dimensions/584x321?v=v2" width="584" height="321" role="button" title="Senlent_0-1682821914954.png" alt="Senlent_0-1682821914954.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this demo works fine here.&lt;/P&gt;
&lt;P&gt;If this answer still doesn't solve your problem, then I really don't know how to help you.&lt;BR /&gt;You can create a new case here and other engineers will help you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.nxp.com/s/" target="_self"&gt;https://support.nxp.com/s/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Apr 2023 02:43:55 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2023-04-30T02:43:55Z</dc:date>
    <item>
      <title>How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1640540#M22404</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am getting UART frame error, with communication settings as follows, baud rate 1mbps, databits 8, stopbits 1 and parity none, the data i received i tried to capture on terminal software and i can see data as follows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-26 170007.png" style="width: 172px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220935iDEA6AF5709785A90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-04-26 170007.png" alt="Screenshot 2023-04-26 170007.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-26 165459.png" style="width: 451px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220934i3CA3EB235ED418AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-04-26 165459.png" alt="Screenshot 2023-04-26 165459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following are the settings for UART driver,&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/* Instance structure is used for storing PAL instance information. */
uart_instance_t lpuart1_uart_instance = {
    .instType          = UART_INST_TYPE_LPUART,
    .instIdx           = 2U
};

/* Serial User Configurations */
uart_user_config_t lpuart1_uart_Config0 = {
    .baudRate         = 1000000,
    .bitCount         = UART_8_BITS_PER_CHAR,
    .parityMode       = UART_PARITY_DISABLED,
    .stopBitCount     = UART_ONE_STOP_BIT,
    .transferType     = UART_USING_INTERRUPTS,
    .rxDMAChannel     = 0U,
    .txDMAChannel     = 0U,
    .rxCallback       = rxCallback,
    .rxCallbackParam  = NULL,
    .txCallback       = NULL,
    .txCallbackParam  = NULL,
    .extension        = NULL
};
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the code is&amp;nbsp;uart_pal_echo_s32k146, just modified to send specific command as requirement.&lt;/P&gt;&lt;P&gt;i dont understand UART ERROR reason, if data is received properly on terminal software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 11:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1640540#M22404</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-26T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641086#M22420</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I see no problem with your settings and i test this demo again with 1M Baud, it works fine on myside.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1682562840653.png" style="width: 438px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221015i20FC1FC3F32CB597/image-dimensions/438x319?v=v2" width="438" height="319" role="button" title="Senlent_0-1682562840653.png" alt="Senlent_0-1682562840653.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can confirm the type of error according to the value of status&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1682563124547.png" style="width: 583px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221019iA9DCE7439903CEAC/image-dimensions/583x238?v=v2" width="583" height="238" role="button" title="Senlent_2-1682563124547.png" alt="Senlent_2-1682563124547.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1682563067427.png" style="width: 579px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221018i4C8030F8847A1F97/image-dimensions/579x293?v=v2" width="579" height="293" role="button" title="Senlent_1-1682563067427.png" alt="Senlent_1-1682563067427.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 02:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641086#M22420</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T02:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641178#M22424</link>
      <description>&lt;DIV class=""&gt;i am getting this&amp;nbsp;STATUS_UART_FRAMING_ERROR = 0x603U, error value in status variable&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 05:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641178#M22424</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T05:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641230#M22425</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This demo is made based on S32K146EVB hardware, the default is to use LPUART1,&lt;BR /&gt;If you modify to LPUART2 and still use S32K146EVB, you need additional TTL-USB tools and modify the port of LPUART2 correctly&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1682574701948.png" style="width: 626px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221048iDC3495DB7167BEAE/image-dimensions/626x341?v=v2" width="626" height="341" role="button" title="Senlent_1-1682574701948.png" alt="Senlent_1-1682574701948.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1682575112434.png" style="width: 640px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221049i5BDEBBD1503DD899/image-dimensions/640x109?v=v2" width="640" height="109" role="button" title="Senlent_2-1682575112434.png" alt="Senlent_2-1682575112434.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 05:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641230#M22425</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T05:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641245#M22428</link>
      <description>&lt;P&gt;This has been done, this is not an ISSUE, if this is issue than transmit wont happen&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:08:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641245#M22428</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T06:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641247#M22429</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;can you share your demo code?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641247#M22429</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T06:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641255#M22432</link>
      <description>&lt;P&gt;Can you share a email address, i cannot put in open&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641255#M22432</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T06:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641266#M22433</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can send me a private message directly.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 06:30:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641266#M22433</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T06:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641335#M22436</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tested your project on S32K146EVB, when I send each byte of "hello!" one by one, I can get the response of "hello world!", so this communication is no problem, the question is what is the application you want to achieve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 07:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641335#M22436</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641364#M22437</link>
      <description>&lt;P&gt;I am trying to send CMD to slave devices&lt;/P&gt;&lt;P&gt;slave devices Config is 1mbps-8-n-1, I tried sending data from terminal software to MCU, i can see RX and TX.&lt;/P&gt;&lt;P&gt;But Received byte from slave device is not reflected on UART buffer, i check data from RX and TX line on CRO/DSO and i can see wave form on both line.&lt;/P&gt;&lt;P&gt;I also tried connecting Terminal software to slave device, it is showing data from slave devices as i have shown in image.&lt;/P&gt;&lt;P&gt;I contacted the slave devices vendor but according to them issue has to be at MCU end, i also detect issue at MCU end, but i couldnt understand the error.&lt;/P&gt;&lt;P&gt;if terminal software works on both end(MCU and slave devices), but MCU and slave device connect together, MCU send an FRAME ERROR, no data in buffer.&lt;BR /&gt;&lt;BR /&gt;i hope you have understood my problem, please let me know if i need to clarify further anything&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 07:42:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641364#M22437</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641450#M22444</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tested it, and when the baud is lowered to 500K, it can be sent normally. I think this may have something to do with the wiring harness. When I use the USB port of the S32K146 to communicate, it can reach 1M stably.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 09:22:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641450#M22444</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T09:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641505#M22447</link>
      <description>&lt;P&gt;Same wire harness works with USB TTL&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:35:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641505#M22447</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641565#M22454</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We checked the same hardware with ESP32 and we can see the data from slave device, we used the same wire harness. it doesnt look like wire harness issue&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:12:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641565#M22454</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-27T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641686#M22464</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I made a test demo for your reference, this demo will send the received data to PC.&lt;/P&gt;
&lt;P&gt;hardware is S32K146EVB,Lpuart2,1M,&lt;/P&gt;
&lt;P&gt;software is S32 DS V2.2,RTM 3.0&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1682608592121.png" style="width: 552px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221132i3FA9DE2926309583/image-dimensions/552x348?v=v2" width="552" height="348" role="button" title="Senlent_0-1682608592121.png" alt="Senlent_0-1682608592121.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you still have question about this, I will reply to you utill next thursday.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:22:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1641686#M22464</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-27T15:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642535#M22504</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;If you still have question about this, I will reply to you utill next thursday.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;Very sad to hear this, this unprofessional for us. our team has been working with NXP MCU for&amp;nbsp; 6 years. This current development is very important for US. We have tried following things and its not in favour of NXP MCU.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;our slave device works with&amp;nbsp;&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;ESP32&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;beaglebone&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;TI MCU&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;we tried esp32&amp;nbsp;@ 1mbps with s32k146&amp;nbsp;&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;even with esp32&amp;nbsp;@ 1mbps we are getting same error ( frame error)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;At present except from s32k146 everything is working, we tried our custom hardware with s32k146 (64 pin) even that is causing frame error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So apart from NXP SDK or MCU with dont anything to doubt about error. If any local FAE can get in touch that will be helpful. i will raise this with our higher admin to get in contact with FAE&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2023 13:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642535#M22504</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-29T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642552#M22507</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We are on a national holiday which ends on 5.3.&lt;/P&gt;
&lt;P&gt;You said you are using S32K146(64PIN), this is a very important new information, because in the code you sent me the default is S32K146(100PIN).&lt;/P&gt;
&lt;P&gt;If this is the case, the communication must fail, because there are many places in your project that still need to be modified.&lt;/P&gt;
&lt;P&gt;1.you need to change your project to s32k146_64&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1682814629129.png" style="width: 534px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221302iDF6B1C3E04522F59/image-dimensions/534x386?v=v2" width="534" height="386" role="button" title="Senlent_1-1682814629129.png" alt="Senlent_1-1682814629129.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2.Pin configuration for S32K146(64) Lpuart2.&lt;/P&gt;
&lt;P&gt;If you are using LPUART2, then the port configuration of your LPUART2 is wrong&lt;/P&gt;
&lt;P&gt;The port configuration of the Lpuart2 module of S32K146 (64PIN) is as follows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1682814762981.png" style="width: 612px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221303iE5F7DF85BFC93E10/image-dimensions/612x62?v=v2" width="612" height="62" role="button" title="Senlent_2-1682814762981.png" alt="Senlent_2-1682814762981.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 00:35:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642552#M22507</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-30T00:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642555#M22508</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@s32k146_ige" target="_blank"&gt;Hi@s32k146_ige&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Can you test the demo I sent you?&amp;nbsp;&lt;BR /&gt;The picture below is the result of my test&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1682821914954.png" style="width: 584px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221304i12E293F810BD5984/image-dimensions/584x321?v=v2" width="584" height="321" role="button" title="Senlent_0-1682821914954.png" alt="Senlent_0-1682821914954.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this demo works fine here.&lt;/P&gt;
&lt;P&gt;If this answer still doesn't solve your problem, then I really don't know how to help you.&lt;BR /&gt;You can create a new case here and other engineers will help you&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.nxp.com/s/" target="_self"&gt;https://support.nxp.com/s/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 02:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642555#M22508</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-04-30T02:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642556#M22509</link>
      <description>&lt;P&gt;the pin configuration is not an issue, we have been doing this for years. on 64 pin MCU we are using uart1 and c8 and c9 IO pins, we are very much familiar with chipset. this is what i am trying to tell you from day1 that configuration is not an issue. because we get Tx out and we see Rx on scope.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want i can share specific file that can tell you about MCU config (IO and peripherals)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 03:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642556#M22509</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-30T03:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642558#M22510</link>
      <description>&lt;P&gt;What is your&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SDK version&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;IDE version&lt;/LI&gt;&lt;LI&gt;software that are you using to receive data&lt;/LI&gt;&lt;LI&gt;USB TTL model&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Kindly share link incase we have to download it.&lt;/P&gt;&lt;P&gt;we have following ;&lt;/P&gt;&lt;P&gt;S32 Design Studio for ARM&lt;/P&gt;&lt;P&gt;Version: 2018.R1&lt;BR /&gt;Build id: 180815&lt;/P&gt;&lt;P&gt;SDK is 2.9 and 3.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 04:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642558#M22510</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-30T04:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the Frame error flag?</title>
      <link>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642559#M22511</link>
      <description>&lt;P&gt;I am also sharing you the processor expert file, if you can validate it that would be much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 04:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-resolve-the-Frame-error-flag/m-p/1642559#M22511</guid>
      <dc:creator>s32k146_ige</dc:creator>
      <dc:date>2023-04-30T04:25:46Z</dc:date>
    </item>
  </channel>
</rss>

