<?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>LPC MicrocontrollersのトピックRe: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718237#M29015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Victor&amp;nbsp;for your prompt&amp;nbsp;response but I am not debugging step by step. The only break point I have is default one at the very first&amp;nbsp;line in main. My problem is not related with the usb communication; I get the log information from the usb&amp;nbsp;successfully. My real issue is the WiFI module initialization. &amp;nbsp;It fails if the program is launched in debug mode from MCUXpresso&amp;nbsp;(even with no break points).&lt;/P&gt;&lt;P&gt;If &amp;nbsp;I can not use &amp;nbsp;&lt;SPAN&gt;MCUXpresso to debug... what is the point of the IDE ? especially if I want to understand the way the code works? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Roberto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2018 08:35:48 GMT</pubDate>
    <dc:creator>robertoquilez</dc:creator>
    <dc:date>2018-03-22T08:35:48Z</dc:date>
    <item>
      <title>LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718235#M29013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When launching aws examples&amp;nbsp;for the IOT module with the&amp;nbsp;&lt;SPAN&gt;MCUxpresso 10.1.1 debug ,&amp;nbsp;I keep blocked in the wifi initialization&amp;nbsp;as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 0 [Tmr Svc] Starting key provisioning...&lt;BR /&gt;1 4 [Tmr Svc] Write root certificate...&lt;BR /&gt;2 7 [Tmr Svc] Write device private key...&lt;BR /&gt;3 27 [Tmr Svc] Write device certificate...&lt;BR /&gt;4 45 [Tmr Svc] Key provisioning done...&lt;BR /&gt;5 51 [Tmr Svc] Starting WiFi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because&amp;nbsp;&lt;SPAN&gt;WIFI_On() always fails so code is blocked in the following assert:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result = WIFI_On();&lt;BR /&gt;assert(eWiFiSuccess == result);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, if not using MCUXpresso, and I unplug the usb&amp;nbsp;iotmodule and re-plug and press reset button the wifi initalization is OK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 0 [Tmr Svc] Starting key provisioning...&lt;BR /&gt;1 0 [Tmr Svc] Write root certificate...&lt;BR /&gt;2 1 [Tmr Svc] Write device private key...&lt;BR /&gt;3 12 [Tmr Svc] Write device certificate...&lt;BR /&gt;4 21 [Tmr Svc] Key provisioning done...&lt;BR /&gt;5 23 [Tmr Svc] Starting WiFi...&lt;BR /&gt;6 1652 [Tmr Svc] WiFi module initialized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MacOS High Sierra&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your support,&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 09:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718235#M29013</guid>
      <dc:creator>robertoquilez</dc:creator>
      <dc:date>2018-03-21T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718236#M29014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px; margin: 0px 0px 20px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Hello Roberto!&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;When you have the MCUXpresso Open are you trying to debug the program? The communication for this DEMO is USB, so if you stop in the debug mode this will break the communication and the program won't work correctly. So I recommend you to don't add break points and don't debug step by step. That's the reason that when you stop the debug session (close MCUXpresso) and click on reset the program works fine. It's not necessary that you close MCUXpresso, just flash the program to your board with the debug session but instead of run the application from the debug session click on stop and finally reset your board.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Hope it helps!&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Have a great day,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Victor.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 16:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718236#M29014</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-03-21T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718237#M29015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Victor&amp;nbsp;for your prompt&amp;nbsp;response but I am not debugging step by step. The only break point I have is default one at the very first&amp;nbsp;line in main. My problem is not related with the usb communication; I get the log information from the usb&amp;nbsp;successfully. My real issue is the WiFI module initialization. &amp;nbsp;It fails if the program is launched in debug mode from MCUXpresso&amp;nbsp;(even with no break points).&lt;/P&gt;&lt;P&gt;If &amp;nbsp;I can not use &amp;nbsp;&lt;SPAN&gt;MCUXpresso to debug... what is the point of the IDE ? especially if I want to understand the way the code works? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Roberto&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 08:35:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718237#M29015</guid>
      <dc:creator>robertoquilez</dc:creator>
      <dc:date>2018-03-22T08:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718238#M29016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto - we'll need to run some checks on a Mac to see if there is some peculiarity related to that platform and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to try this yet, but to eliminate it as a possibility (and to give you something to try in the meantime), could you please check/try this fix for a known issue with MacOS (from the IDE installation guide):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.3.1 Mac OS X Sierra – Unexpected Delays during Debug Operations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Mac OS X Sierra installations may experience an approximately 5-second delay when a call to get the localhost address is made from Java. This call is used within MCUXpresso IDE&lt;/P&gt;&lt;P&gt;when establishing a debug connection for LinkServer, P&amp;amp;E or SEGGER. Therefore, if a delay is experienced during a debug operation, the following fix may be required.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;First, launch a Terminal session and enter the command &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; font-family: Courier;"&gt;hostname&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;, which will return something of&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;the form:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;~$ hostname&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;user-Mac.local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;Next, edit your &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; font-family: Courier;"&gt;/etc/hosts &lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;file and add the returned hostname after the localhost entries as shown&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;127.0.0.1 localhost user-Mac.local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;::1 localhost user-Mac.local&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;Save the &lt;/SPAN&gt;&lt;SPAN style="font-size: xx-small; font-family: Courier;"&gt;etc/hosts &lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;file. Once this change has been made, the 5-second delay should be reduced to a few milliseconds. Further information about this issue can be obtained by performing a web search of the form &lt;SPAN style="font-size: small; font-family: Arial;"&gt;&lt;EM&gt;MacOS Sierra Java localhost slow&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Arial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 00:29:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718238#M29016</guid>
      <dc:creator>brendonslade</dc:creator>
      <dc:date>2018-03-23T00:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718239#M29017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brendon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I am using Mac OS High Sierra 10.13.3, and I already had the fix you propose in the hosts file (from older issues:-).&lt;/P&gt;&lt;P&gt;I have a JLINK probe and I work with other cusmtom&amp;nbsp;NXP boards and MCUXpresso without problems.&lt;/P&gt;&lt;P&gt;Actually, the issue is related WIFI initalization; I can debug with&amp;nbsp;&lt;SPAN style="background-color: #f6d5d9;"&gt;MCUXpresso, but &amp;nbsp;in that case, wifi initalization always fails, the assert is false: (It is a shame to&amp;nbsp;have to install another IDE, I really prefer to keep working with&lt;SPAN&gt;MCUXpresso as I do for the rest of my projects&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;result = WIFI_On();&lt;/P&gt;&lt;P style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; assert(&lt;SPAN style="color: #0326cc;"&gt;eWiFiSuccess&lt;/SPAN&gt; == result);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6d5d9;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 08:55:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718239#M29017</guid>
      <dc:creator>robertoquilez</dc:creator>
      <dc:date>2018-03-23T08:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718240#M29018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roberto!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tested the example in MacOS High Sierra using MCUXpresso 10.1.1 IDE and JLINK. We were able to reproduce what you mentioned, the demo won't connect to the WIFI if you run the program immediately after launching the debug session. We were able to run the example successfully while debugging if we first click the RESTART&amp;nbsp;button on MCUXpresso&amp;nbsp;and then run/debug the example normally.&amp;nbsp;This behavior was already reported to the IDE team, meanwhile you can use the workaround mentioned above and let us know the results on your side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor Jimenez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718240#M29018</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-03-23T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718241#M29019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Victor, thank you very much for the workaround. It worked as expected. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 06:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718241#M29019</guid>
      <dc:creator>robertoquilez</dc:creator>
      <dc:date>2018-03-30T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54018 aws examples fail to initialize WIFI  when launched with MCUxpresso 10.1.1</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718242#M29020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue was actually completely fixed by SEGGER's Jlink_v6.32b release. We have tested and confirmed this now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.segger.com/jlink-software.html"&gt;https://www.segger.com/jlink-software.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 18:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54018-aws-examples-fail-to-initialize-WIFI-when-launched-with/m-p/718242#M29020</guid>
      <dc:creator>brendonslade</dc:creator>
      <dc:date>2018-05-09T18:50:33Z</dc:date>
    </item>
  </channel>
</rss>

