Hi
I have a LS research module with latest release 1.10.1. When connecting to an access point, and sending mDNS packets each second, the module hangs after about 1 minute. This happens on my own design, and on the demo board CC3000 + MSP430 FRAM. I've also tried the FRAM Sensor app and the Basic Wifi App with 0b command on the demo board. Both will crash in about a minute. I've tested with both TP-link and a 3COM router. Also with different firmware on the TP-Link. No encryption is used on the wifi link.
It should be noted that we have about 10 computers with windows on the network, NAS server and Linux servers running on the same network. When testing this morning, I removed some connections from the main switch, and that helped. The chrashes were fewer after disconnecting about 3 computers. The demo board works fine at home connected to an ASUS router.
I've been trying to trace with Wireshark, but I cannot find any malformed packets or any consistency to the crash. The IRQ line from the Wifi module will remain high after sending the mDNS command, and i will get a timeout due to this on my design in the event handler routine.. Only way to get in contact with the wifi module is to do a reset and power on the module again.
Any ideas?