<?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: i.MXRT 1052 - LPUART_RTOS_Receive() API issues in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-1052-LPUART-RTOS-Receive-API-issues/m-p/1051191#M8074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suhel,&lt;/P&gt;&lt;P&gt;Hope you are doing well.&lt;/P&gt;&lt;P&gt;to answer your questions:&lt;/P&gt;&lt;P&gt;1. You can find the details of the SDK API and its variables in the following link:&amp;nbsp;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/api_doc/dev/1675/a00051.html#ga0561f87122863c6e9b20f8991a73a0fb" title="https://mcuxpresso.nxp.com/api_doc/dev/1675/a00051.html#ga0561f87122863c6e9b20f8991a73a0fb"&gt;MCUXpresso SDK API Reference Manual: LPUART FreeRTOS Driver&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You may found a detailed explanation of the difference and how this works in the following post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/443015"&gt;https://community.nxp.com/thread/443015&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; In the above post this is also explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sabina&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2020 21:14:14 GMT</pubDate>
    <dc:creator>Sabina_Bruce</dc:creator>
    <dc:date>2020-08-04T21:14:14Z</dc:date>
    <item>
      <title>i.MXRT 1052 - LPUART_RTOS_Receive() API issues</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-1052-LPUART-RTOS-Receive-API-issues/m-p/1051190#M8073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working of Freertos based LPUART example from SDK on&amp;nbsp; NXP i.MXRT 1050 EVK board .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following queries -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is their any document / post having&amp;nbsp;detailed dexplanation of LPUART_RTOS_Receive(lpuart_rtos_handle_t *handle, uint8_t *buffer, uint32_t length, size_t *received) API. What is the significance of the argument&amp;nbsp;&lt;SPAN&gt;size_t *received.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the difference between ring buffer overflow &amp;amp; hardware buffer overflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. When hardware buffer overflow occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the .c file having&amp;nbsp;&lt;SPAN&gt;LPUART_RTOS_Receive() API definition for reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2020 21:02:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-1052-LPUART-RTOS-Receive-API-issues/m-p/1051190#M8073</guid>
      <dc:creator>suhel_mulla</dc:creator>
      <dc:date>2020-08-02T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT 1052 - LPUART_RTOS_Receive() API issues</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-1052-LPUART-RTOS-Receive-API-issues/m-p/1051191#M8074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suhel,&lt;/P&gt;&lt;P&gt;Hope you are doing well.&lt;/P&gt;&lt;P&gt;to answer your questions:&lt;/P&gt;&lt;P&gt;1. You can find the details of the SDK API and its variables in the following link:&amp;nbsp;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/api_doc/dev/1675/a00051.html#ga0561f87122863c6e9b20f8991a73a0fb" title="https://mcuxpresso.nxp.com/api_doc/dev/1675/a00051.html#ga0561f87122863c6e9b20f8991a73a0fb"&gt;MCUXpresso SDK API Reference Manual: LPUART FreeRTOS Driver&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You may found a detailed explanation of the difference and how this works in the following post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/443015"&gt;https://community.nxp.com/thread/443015&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; In the above post this is also explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sabina&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 21:14:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-1052-LPUART-RTOS-Receive-API-issues/m-p/1051191#M8074</guid>
      <dc:creator>Sabina_Bruce</dc:creator>
      <dc:date>2020-08-04T21:14:14Z</dc:date>
    </item>
  </channel>
</rss>

