<?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>MQX Software SolutionsのトピックMQX 4.1.1 RTCS ipcfg_bind_staticip sometimes returning IPCFG_ERROR_BIND</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443958#M14824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a application that has a web interface to configure the network paramters. When I change the IPv4 number to use a static address, sometimes when I call ipcfg_bind_staticip() function passing BSP_DEFAULT_ENET_DEVICE and the number 167772616&amp;nbsp;&amp;nbsp; ( for setting the 10.0.1.200 ip number)&amp;nbsp; I receive IPCFG_ERROR_BIND instead the expect success message that is IPCFG_ERROR_OK and the IP number is not set. Strange is that if I try to run the same function again I receive IPCFG_ERROR_OK.&amp;nbsp;&amp;nbsp; The other strange behavior is that this problem occours about in 30 % of the times.&lt;/P&gt;&lt;P&gt;Did anybody realized this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 18:10:03 GMT</pubDate>
    <dc:creator>thiagow</dc:creator>
    <dc:date>2015-10-30T18:10:03Z</dc:date>
    <item>
      <title>MQX 4.1.1 RTCS ipcfg_bind_staticip sometimes returning IPCFG_ERROR_BIND</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443958#M14824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've a application that has a web interface to configure the network paramters. When I change the IPv4 number to use a static address, sometimes when I call ipcfg_bind_staticip() function passing BSP_DEFAULT_ENET_DEVICE and the number 167772616&amp;nbsp;&amp;nbsp; ( for setting the 10.0.1.200 ip number)&amp;nbsp; I receive IPCFG_ERROR_BIND instead the expect success message that is IPCFG_ERROR_OK and the IP number is not set. Strange is that if I try to run the same function again I receive IPCFG_ERROR_OK.&amp;nbsp;&amp;nbsp; The other strange behavior is that this problem occours about in 30 % of the times.&lt;/P&gt;&lt;P&gt;Did anybody realized this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 18:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443958#M14824</guid>
      <dc:creator>thiagow</dc:creator>
      <dc:date>2015-10-30T18:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.1.1 RTCS ipcfg_bind_staticip sometimes returning IPCFG_ERROR_BIND</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443959#M14825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello thiagow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try unbinding first address by ipcfg_unbind() function and after that bind new ip address by ipcfg_bind_staticip() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more than one IP address for your interface, please use functions RTCS_if_bind() instead of ipcfg_bind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 21:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443959#M14825</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-11-05T21:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.1.1 RTCS ipcfg_bind_staticip sometimes returning IPCFG_ERROR_BIND</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443960#M14826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test your suggestion and I'll post the results soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 12:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-1-1-RTCS-ipcfg-bind-staticip-sometimes-returning-IPCFG/m-p/443960#M14826</guid>
      <dc:creator>thiagow</dc:creator>
      <dc:date>2015-11-06T12:11:10Z</dc:date>
    </item>
  </channel>
</rss>

