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.
During the firmware operation, sometimes I get the following output in the debug console:
`[wifi] Warn: Command response timed out. command 0x0, len 1514, seqno 0x16`
or
`[wifi] Warn: Command response timed out. command 0x0, len 66, seqno 0x16`
or
`[wifi] Warn: Command response timed out. command 0x0, len 190, seqno 0x16`
or
`[wifi] Warn: Command response timed out. command 0x0, len 60, seqno 0x16`
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.
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.
How can I troubleshoot the problem? I can work with you to provide further debugging information or test SDK fixes.