<?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>S32 Design StudioのトピックRe: UART receive faillure</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641567#M10065</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The error means the data in the shift register are lost, the transfer is terminated with the error.&lt;/P&gt;
&lt;P&gt;You can call another Receive() function.&lt;/P&gt;
&lt;P&gt;As I said, you can avoid the issue by increasing the interrupt priority or by using DMA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2023 12:15:09 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-04-27T12:15:09Z</dc:date>
    <item>
      <title>UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638759#M10031</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi NXP engineer, sometimes the UART receiving interrupted and the value of event is 0x03 in rxCallback function. What is the reason?&amp;nbsp; &amp;nbsp;And I tried to initiate UART again, but failled&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hanchun_0-1682326200128.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220509i67DEFAA41B55339F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hanchun_0-1682326200128.png" alt="Hanchun_0-1682326200128.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:51:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638759#M10031</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-24T08:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638967#M10032</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The callback with&amp;nbsp;UART_EVENT_ERROR is called from&lt;/P&gt;
&lt;P&gt;lpuart_driver.c&lt;/P&gt;
&lt;P&gt;LPUART_DRV_ErrIrqHandler() &lt;/P&gt;
&lt;P&gt;Possible reasons: LPUART_RX_OVERRUN, LPUART_FRAME_ERR, LPUART_PARITY_ERR, LPUART_NOISE_DETECT&lt;/P&gt;
&lt;P&gt;Can you place breakpoints at the lines where the callback is called?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:53:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638967#M10032</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-04-24T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638973#M10033</link>
      <description>&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have placed the breakpoint where I called this function. When the error occurred, the process enter into this function.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 13:00:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1638973#M10033</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-24T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639017#M10034</link>
      <description>&lt;P&gt;What error do you get there?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 14:06:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639017#M10034</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-04-24T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639027#M10035</link>
      <description>&lt;P&gt;the value of event is 0x03, I don't the further reason.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 14:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639027#M10035</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-24T14:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639030#M10036</link>
      <description>&lt;P&gt;For example, if LPUART_RX_OVERRUN occurs, STATUS_UART_RX_OVERRUN is stored in the lpuartState structure, and the rxCallback() with UART_EVENT_ERROR (0x3) is called.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1682345911828.png" style="width: 841px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220585i1F9D16A6D1F0E6D8/image-dimensions/841x568?v=v2" width="841" height="568" role="button" title="danielmartynek_0-1682345911828.png" alt="danielmartynek_0-1682345911828.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 14:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639030#M10036</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-04-24T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639365#M10037</link>
      <description>&lt;P&gt;I have checked the reason is&amp;nbsp;&lt;SPAN&gt;RX_OVERRUN， and there two questions that I want to confirm:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. what is the further reason that course UART OVERRUN?&lt;/P&gt;&lt;P&gt;2. I&lt;SPAN&gt;f LPUART_RX_OVERRUN occurs, is there a good solution to recover the communication?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 03:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1639365#M10037</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-25T03:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1640614#M10056</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&gt;The error (STAT[OR]) occurs when the software fails to prevent the receive data register from overflowing with data.&lt;/P&gt;
&lt;P&gt;You could increase the interrupt priority level of the LPUART_RX interrupt, or increase the system clock frequency, or use the DMA.&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;The data in the shift register are lost when STAT[OR] = 1.&lt;/P&gt;
&lt;P&gt;Regarding the driver, please refer to the SDK documentation.&lt;/P&gt;
&lt;P&gt;Righ-click on the LPAURT component:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1682514657843.png" style="width: 460px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220953i8CA92867AA2456F1/image-dimensions/460x296?v=v2" width="460" height="296" role="button" title="danielmartynek_0-1682514657843.png" alt="danielmartynek_0-1682514657843.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="danielmartynek_1-1682514792026.png" style="width: 747px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220954iF52A7D8F2342237B/image-dimensions/747x196?v=v2" width="747" height="196" role="button" title="danielmartynek_1-1682514792026.png" alt="danielmartynek_1-1682514792026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no need to reinitialize the driver.&lt;/P&gt;
&lt;P&gt;You can call another transfer function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 13:15:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1640614#M10056</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-04-26T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641132#M10060</link>
      <description>&lt;P&gt;Thanks for your reply, I will try these solutions that you provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hanchun&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 03:17:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641132#M10060</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-27T03:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641148#M10061</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the&amp;nbsp; LPUART_DRV_GetReceiveStatus() just can be used to monitor the status of reception.&amp;nbsp; If&amp;nbsp;&lt;SPAN&gt;LPUART_RX_OVERRUN, the reception process will be interrupted. It can't recover by itself. How can I avoid this error occurs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hanchun&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 03:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641148#M10061</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-04-27T03:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641567#M10065</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The error means the data in the shift register are lost, the transfer is terminated with the error.&lt;/P&gt;
&lt;P&gt;You can call another Receive() function.&lt;/P&gt;
&lt;P&gt;As I said, you can avoid the issue by increasing the interrupt priority or by using DMA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:15:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1641567#M10065</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-04-27T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1645177#M10091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;， I tried using DMA that is not effective to avoid this issue. My crystal oscillator is 8MHz, the baud rate is 460800. The period of communication is 200ms.&amp;nbsp; Is there any other solution to solve this issue from software?&amp;nbsp; &amp;nbsp; The chip is S32K144&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 03:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1645177#M10091</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-05-05T03:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1645477#M10095</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you just tried setting the highest priority to the UART interrupt?&lt;/P&gt;
&lt;P&gt;As already discussed, the overrun is rather simple, the SW for some reasons fails to read the RX FIFO in time. That is clearly an application issue.&lt;/P&gt;
&lt;P&gt;Is the baudrate on the bus 460800 bps?&lt;/P&gt;
&lt;P&gt;Have you measured that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 10:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1645477#M10095</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-05-05T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1646694#M10105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried by DMA. There was not the OVERRUN issue, but missed 1% of the receiving data. I set the baud rate to be 460800, but didn't measure that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The time of testing duration: 9 hours&lt;/P&gt;&lt;P&gt;Baud rate: 460800&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data transfer period: 200 ms&lt;/P&gt;&lt;P&gt;Data length: 32 bytes&lt;/P&gt;&lt;P&gt;Another device total TX data size: 142350&lt;/P&gt;&lt;P&gt;S32K144 total RX data size:&amp;nbsp; 140853&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the possible reason causing the loss of data?&amp;nbsp; I think the problem is very serious.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 02:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1646694#M10105</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-05-09T02:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1646977#M10106</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211038"&gt;@Hanchun&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;As I said, this is an application issue.&lt;/P&gt;
&lt;P&gt;You need to read the LPUART or DMA error flags and evaluate it.&lt;/P&gt;
&lt;P&gt;Also, you should monitor the bus externally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 08:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1646977#M10106</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-05-09T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647470#M10118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the explaining again.&lt;/P&gt;&lt;P&gt;There is not any error flag of DMA.&lt;/P&gt;&lt;P&gt;I used two external UART tool to monitor the bus, and found the data missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 00:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647470#M10118</guid>
      <dc:creator>Hanchun</dc:creator>
      <dc:date>2023-05-10T00:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647605#M10121</link>
      <description>&lt;P&gt;Hello! The event value of 0x03 in the rxCallback function usually indicates a framing error. This means that the received data has an incorrect start/stop bit or parity bit.&lt;/P&gt;&lt;P&gt;To address this issue, you may want to check the following:&lt;/P&gt;&lt;P&gt;Ensure that the baud rate setting on both the transmitting and receiving sides of the UART are the same. Mismatched baud rates can cause framing errors.&lt;BR /&gt;Make sure that the data format settings (start/stop bits, parity, etc.) are the same on both sides.&lt;BR /&gt;Check that the physical connection of the UART is secure and has no interference.&lt;BR /&gt;If you have already attempted to re-initiate the UART but have failed, it could be due to another issue such as incorrect initialization or configuration settings. I would recommend reviewing your code to see if there are any other issues that may be causing the UART to fail. Additionally, you may want to check the error logs or debugging information to see if there are any other clues to the cause of the failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 05:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647605#M10121</guid>
      <dc:creator>RachelGomez123</dc:creator>
      <dc:date>2023-05-10T05:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647799#M10127</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203765"&gt;@RachelGomez123&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If there was a framing error detected, you would find it in the lpuartState structure, becasue the LPUART has a flag for it.&lt;/P&gt;
&lt;P&gt;Possible reasons for 0x3 status:&lt;/P&gt;
&lt;P&gt;LPUART_RX_OVERRUN, LPUART_FRAME_ERR, LPUART_PARITY_ERR, LPUART_NOISE_DETECT&lt;/P&gt;
&lt;P&gt;I agree, the bus must be measured using an oscilloscope to confirm a correct baudrate / format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 09:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1647799#M10127</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-05-10T09:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: UART receive faillure</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1876222#M12343</link>
      <description>&lt;P&gt;In S32K144W MCAL UART example, i am getting framing error in UART_SEND, when checking with logic analyser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nirmal_masilamani_1-1716890100245.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/281141iCF3EAA904A251425/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nirmal_masilamani_1-1716890100245.png" alt="nirmal_masilamani_1-1716890100245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 09:55:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/UART-receive-faillure/m-p/1876222#M12343</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2024-05-28T09:55:10Z</dc:date>
    </item>
  </channel>
</rss>

