I have questions about how to extract local IP from CC3000.
The smart config works in our code. DHCP is also successful ( ulCC3000DHCP == 1)
However,
we tried to use "netapp_ipconfig" to extract local IP address which Router assigned.
The return data is empty
netapp_ipconfig((tNetappIpconfigRetArgs *) &ipinfo2);
Is there any way I can receive IP Address of CC3000?