<?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>Wi-Fi® + Bluetooth® + 802.15.4のトピックWi-Fi command response timeout</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Wi-Fi-command-response-timeout/m-p/2380584#M4863</link>
    <description>&lt;P&gt;I'm working on a project using i.MXRT1062 crossover MCU and Murata 2EL M.2 wireless card based on NXP IW612 chipset. The project uses MCUXpresso SDK and FreeRTOS. The current SDK version is 25.12.&lt;/P&gt;&lt;P&gt;During the firmware operation, sometimes I get the following output in the debug console:&lt;BR /&gt;&lt;BR /&gt;`[wifi] Warn: Command response timed out. command 0x0, len 1514, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 66, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 190, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 60, seqno 0x16`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what do these lines mean, probably some problem with wireless module. After that a task list is printed, panic is triggered and the firmware stalls. I think the problem happens after ~30 minutes during more or less heavy traffic through the wireless connection.&lt;/P&gt;&lt;P&gt;A corresponding place in the SDK files is located at `middleware/wifi_nxp/wifidriver/wifi.c` in `wifi_wait_for_cmdresp` function. This is further confirmed that there's a pause of roughly 20 seconds between the previous debug console print and this line.&lt;/P&gt;&lt;P&gt;How can I troubleshoot the problem? I can work with you to provide further debugging information or test SDK fixes.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2026 07:06:09 GMT</pubDate>
    <dc:creator>azarubkin</dc:creator>
    <dc:date>2026-06-12T07:06:09Z</dc:date>
    <item>
      <title>Wi-Fi command response timeout</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Wi-Fi-command-response-timeout/m-p/2380584#M4863</link>
      <description>&lt;P&gt;I'm working on a project using i.MXRT1062 crossover MCU and Murata 2EL M.2 wireless card based on NXP IW612 chipset. The project uses MCUXpresso SDK and FreeRTOS. The current SDK version is 25.12.&lt;/P&gt;&lt;P&gt;During the firmware operation, sometimes I get the following output in the debug console:&lt;BR /&gt;&lt;BR /&gt;`[wifi] Warn: Command response timed out. command 0x0, len 1514, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 66, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 190, seqno 0x16`&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;`[wifi] Warn: Command response timed out. command 0x0, len 60, seqno 0x16`&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know what do these lines mean, probably some problem with wireless module. After that a task list is printed, panic is triggered and the firmware stalls. I think the problem happens after ~30 minutes during more or less heavy traffic through the wireless connection.&lt;/P&gt;&lt;P&gt;A corresponding place in the SDK files is located at `middleware/wifi_nxp/wifidriver/wifi.c` in `wifi_wait_for_cmdresp` function. This is further confirmed that there's a pause of roughly 20 seconds between the previous debug console print and this line.&lt;/P&gt;&lt;P&gt;How can I troubleshoot the problem? I can work with you to provide further debugging information or test SDK fixes.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 07:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Wi-Fi-command-response-timeout/m-p/2380584#M4863</guid>
      <dc:creator>azarubkin</dc:creator>
      <dc:date>2026-06-12T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wi-Fi command response timeout</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Wi-Fi-command-response-timeout/m-p/2380948#M4865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P class=""&gt;I understand you are using a custom application, but which SDK example did you use as a starting point? If you can reproduce the same behavior using an unmodified SDK example, it would significantly help isolate the issue.&lt;/P&gt;
&lt;P class=""&gt;Seems the driver was waiting for a command response, and did not receive it before the timeout expired.&lt;/P&gt;
&lt;P class=""&gt;Please enable the following debug macros in wifi_config.h:&lt;/P&gt;
&lt;P class=""&gt;CONFIG_WIFI_CMD_RESP_DEBUG &lt;BR /&gt;CONFIG_WIFI_EVENTS_DEBUG &lt;BR /&gt;CONFIG_WIFI_IO_INFO_DUMP &lt;BR /&gt;CONFIG_WIFI_EXTRA_DEBUG&lt;/P&gt;
&lt;P class=""&gt;Once the macros are enabled; rebuild the example and test it again. Please share the output.&lt;/P&gt;
&lt;P class=""&gt;I would be a good idea to test it with the latest SDK and see if the problems still occurs.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2026 20:21:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/Wi-Fi-command-response-timeout/m-p/2380948#M4865</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2026-06-12T20:21:03Z</dc:date>
    </item>
  </channel>
</rss>

