<?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: xQueueReceive API in freeRTOS of lwip stack</title>
    <link>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1692174#M25410</link>
    <description>&lt;P&gt;Dear &lt;A id="link_5" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195341" target="_self" aria-label="View Profile of rak14"&gt;&lt;SPAN class=""&gt;rak14&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;A ticket about your issue was raised internal in our side and development team is checking it.&lt;/P&gt;
&lt;P&gt;I already push for the answer, please wait us few days for any updates.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Nam.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 09:55:35 GMT</pubDate>
    <dc:creator>NamLee</dc:creator>
    <dc:date>2023-07-25T09:55:35Z</dc:date>
    <item>
      <title>xQueueReceive API in freeRTOS of lwip stack</title>
      <link>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1684885#M24937</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Board: S32K148 Microcontroller&lt;/P&gt;&lt;P&gt;lwip stack: v2.0.2&lt;/P&gt;&lt;P&gt;I'm trying to send the tcp packets continuously from client(PC) to server(uC) using tcpecho example given in lwip stack. After some time the tcpip task gets stuck in xQueueReceive API in tcp netconn_recv API.&lt;/P&gt;&lt;P&gt;May I know why it is getting stuck in xQueueReceive and how to resolve the same?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Rak**bleep**h S&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 12:10:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1684885#M24937</guid>
      <dc:creator>rak14</dc:creator>
      <dc:date>2023-07-10T12:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: xQueueReceive API in freeRTOS of lwip stack</title>
      <link>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1692174#M25410</link>
      <description>&lt;P&gt;Dear &lt;A id="link_5" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195341" target="_self" aria-label="View Profile of rak14"&gt;&lt;SPAN class=""&gt;rak14&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;A ticket about your issue was raised internal in our side and development team is checking it.&lt;/P&gt;
&lt;P&gt;I already push for the answer, please wait us few days for any updates.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Nam.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 09:55:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1692174#M25410</guid>
      <dc:creator>NamLee</dc:creator>
      <dc:date>2023-07-25T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: xQueueReceive API in freeRTOS of lwip stack</title>
      <link>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1707933#M26245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_5" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195341" target="_self" aria-label="View Profile of rak14"&gt;&lt;SPAN class=""&gt;rak14,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;This below is answer from our team, please take a look.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;The issue was reproduced on the reported software version S32K1 SDK3.0.2 by sending messages every&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;100 ms&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;, the TCP server stopped receiving messages. It looks like there is no indication of a new message from the enet driver.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Solutions and recommendations for the customer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;1.Integrate latest version of TCPIP, RTD and FreeRTOS for which this issue was already solved.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;S32K1 RTD RTM 1.0.1&lt;/SPAN&gt;&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;S32K1 FreeRTOS 1.0.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;S32K1 TCPIP 1.0.1&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;If integration of the latest software package is not possible please try the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;2.Increase the RX/TX buffer size from&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;4 to 10&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;from enetif.h file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="cuf-entityLinkId forceChatterEntityLink" data-id="" data-hashtag="define" data-mention="#define"&gt;&lt;A class="cuf-entityLink cuf-hashtag" title="#define" target="_blank"&gt;&lt;SPAN class="uiOutputText"&gt;#define&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;ENET_RXBD_NUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="cuf-entityLinkId forceChatterEntityLink" data-id="" data-hashtag="define" data-mention="#define"&gt;&lt;A class="cuf-entityLink cuf-hashtag" title="#define" target="_blank"&gt;&lt;SPAN class="uiOutputText"&gt;#define&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;ENET_TXBD_NUM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;3.If the use-case allows start send messages every ~250 ms or slower in order to allow processing time for the tcp server.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Please try those solutions and let me know if you have further information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Nam.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 03:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/xQueueReceive-API-in-freeRTOS-of-lwip-stack/m-p/1707933#M26245</guid>
      <dc:creator>NamLee</dc:creator>
      <dc:date>2023-08-21T03:15:00Z</dc:date>
    </item>
  </channel>
</rss>

