Other Parts Discussed in Thread: CC3220MOD
I've been running a slightly modified version of the out of box demo, just using access point mode. It appears that after so long the DHCP server stops working, I see a message on the serial output that a device was connected along with the MAC address, but the DHCP never assigns it an IP address. The device resorts to a 169.xxx.xxx.xxx address. If I assign a static IP address on the device, it connects just fine. I have tried with multiple devices and none work. So far the only resolution is to power cycle, which isn't a solution at all. I have touched no other code other than adding a process that triggers off a timer interrupt and added a few extra http get and post processing function so I don't understand why the CC3220 would just stop handing out IP addresses. My code continues to run even when the DHCP doesn't work, and I'm able to connect with a static IP address so the CPU is not hung.