<?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: Question about wifi_cli example on IMXRT1170EVKB... in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2091644#M34231</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;Unfortunately, we don't have a Wi-Fi + Ethernet example to use as guide. Perhaps there is a problem with the timings or memory that is causing this problem.&lt;/P&gt;
&lt;P&gt;Have you tried initializing the Ethernet task after the Wi-Fi driver brings up?&lt;/P&gt;
&lt;P&gt;The Wi-Fi and BT/BLE examples have very specific project settings to work correctly. If any setting is modified or causing conflict, the example functionality might be affected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 18:19:58 GMT</pubDate>
    <dc:creator>DanielRuvalcaba</dc:creator>
    <dc:date>2025-05-05T18:19:58Z</dc:date>
    <item>
      <title>Question about wifi_cli example on IMXRT1170EVKB...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090312#M34208</link>
      <description>&lt;P&gt;I'm working with SDK_25_03_00...&lt;/P&gt;&lt;P&gt;I installed a 2EL.M2 module from Embedded Artists.&amp;nbsp; The untouched example works as expected.&lt;/P&gt;&lt;P&gt;I've made a few modifications to change some functionality at the top level of the example, but I have not touched any of the WiFi-specific code.&amp;nbsp; So, as far as I can tell, the only change that the WiFi code sees is some memory map shifts.&lt;/P&gt;&lt;P&gt;With those changes, the wifi-startup never completes.&amp;nbsp; It consistently dies after 20 seconds in wifi_sdio_wait_for_cmdresp().&amp;nbsp; The last command function called from wlan_fw_init_cfg() is&amp;nbsp; wlan_get_value_1().&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I acknowledge that I did make some changes, but they aren't even close to this code.&amp;nbsp; I'm hoping someone may have some thoughts on why it is consistently timing out waiting for the response.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 15:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090312#M34208</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2025-04-30T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about wifi_cli example on IMXRT1170EVKB...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090398#M34209</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the example you used and what are the exact modification you made?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 18:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090398#M34209</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2025-04-30T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about wifi_cli example on IMXRT1170EVKB...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090414#M34211</link>
      <description>It's the "wifi_cli" example...&lt;BR /&gt;SDK_25_03_00_MIMXRT1170-EVKB/boards/evkbmimxrt1170/wifi_examples/wifi_cli.&lt;BR /&gt;I added an Ethernet task.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Apr 2025 19:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2090414#M34211</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2025-04-30T19:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about wifi_cli example on IMXRT1170EVKB...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2091644#M34231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the reply.&lt;/P&gt;
&lt;P&gt;Unfortunately, we don't have a Wi-Fi + Ethernet example to use as guide. Perhaps there is a problem with the timings or memory that is causing this problem.&lt;/P&gt;
&lt;P&gt;Have you tried initializing the Ethernet task after the Wi-Fi driver brings up?&lt;/P&gt;
&lt;P&gt;The Wi-Fi and BT/BLE examples have very specific project settings to work correctly. If any setting is modified or causing conflict, the example functionality might be affected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 18:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2091644#M34231</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2025-05-05T18:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question about wifi_cli example on IMXRT1170EVKB...</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2091686#M34234</link>
      <description>Yes, I don't even start up the Ethernet task. So really the only thing that I think can be happening is that as the image changed, a buffer moved out of DMA space or non-cached area or something like that...&lt;BR /&gt;Thanks for checking. This is my bug, I just figured I would throw the question out to you guys for thoughts.</description>
      <pubDate>Mon, 05 May 2025 20:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Question-about-wifi-cli-example-on-IMXRT1170EVKB/m-p/2091686#M34234</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2025-05-05T20:45:44Z</dc:date>
    </item>
  </channel>
</rss>

