<?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: kw47 lpuart in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/kw47-lpuart/m-p/2391304#M20414</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;hope you are doing well.&lt;/P&gt;
&lt;P lang="es-419"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you clarify what behavior/functionality you are trying to validate? Are you evaluating the maximum supported UART baud rate or implementing an application that echoes received data?&lt;/P&gt;
&lt;P&gt;From your modified Uart_RxCallBack function, have you tested whether the packet loss still occurs if SerialManager_WriteBlocking() and Serial_Print() are removed&amp;nbsp;from the callback&amp;nbsp;(or handle the transmit operation elsewhere in the application context rather than directly inside the callback) and only the received byte count is recorded?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could help determine whether the packet loss is related to the UART/LPUART itself or to the additional processing added in the callback. At higher baud rates, operations such as blocking writes and debug prints may delay the receive path and contribute to data loss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you mention kw47loc_freertos_lpuart_cm33_core0, are you referring to an example project that was available in a previous SDK release? If so, which SDK version contains the example you are comparing against?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Sofia.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 00:03:45 GMT</pubDate>
    <dc:creator>sofiaurueta</dc:creator>
    <dc:date>2026-07-07T00:03:45Z</dc:date>
    <item>
      <title>kw47 lpuart</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw47-lpuart/m-p/2386328#M20408</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Modify and verify the serial communication based on the official routine kw47loc_wireless_uart_freertos. Only modify Uart_RxCallBack and baud rate. The modifications are as follows:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wjw2026_0-1782379752847.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/390144i60E8A5BE4D3DFCCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wjw2026_0-1782379752847.png" alt="wjw2026_0-1782379752847.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;wjw2026_0-1782379752847.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the convenience of testing at present, 20 bytes are sent each time through the serial port. The test found that when the baud rate is lower than 256000, there are no problems with both receiving and sending. When the baud rate is set to 460800 or higher, the kw47 sends normally, but packet loss occurs during reception.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Could you please check if I'm using it improperly and give me some guidance?&amp;nbsp;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Also, why is there no kw47loc_freertos_lpuart_cm33_core0 routine in sdk_26_03_00?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank you!&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 09:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw47-lpuart/m-p/2386328#M20408</guid>
      <dc:creator>wjw2026</dc:creator>
      <dc:date>2026-06-25T09:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: kw47 lpuart</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw47-lpuart/m-p/2391304#M20414</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;hope you are doing well.&lt;/P&gt;
&lt;P lang="es-419"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you clarify what behavior/functionality you are trying to validate? Are you evaluating the maximum supported UART baud rate or implementing an application that echoes received data?&lt;/P&gt;
&lt;P&gt;From your modified Uart_RxCallBack function, have you tested whether the packet loss still occurs if SerialManager_WriteBlocking() and Serial_Print() are removed&amp;nbsp;from the callback&amp;nbsp;(or handle the transmit operation elsewhere in the application context rather than directly inside the callback) and only the received byte count is recorded?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This could help determine whether the packet loss is related to the UART/LPUART itself or to the additional processing added in the callback. At higher baud rates, operations such as blocking writes and debug prints may delay the receive path and contribute to data loss.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, you mention kw47loc_freertos_lpuart_cm33_core0, are you referring to an example project that was available in a previous SDK release? If so, which SDK version contains the example you are comparing against?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Sofia.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 00:03:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw47-lpuart/m-p/2391304#M20414</guid>
      <dc:creator>sofiaurueta</dc:creator>
      <dc:date>2026-07-07T00:03:45Z</dc:date>
    </item>
  </channel>
</rss>

