Other Parts Discussed in Thread: C2000WARE
Dear support team,
I am currently running the C2000 Starterware demo "enet_lwip" using a static IP address.
This works very well (TI responds to ICMP and HTTP).
When I try to switch to DHCP instead of a static IP address, nothing happens.
"Nothing" means: No ARP or UDP packets are sent from the TI.
(I use Wireshare as packet sniffer)
In the lwipopts.h file I changed:
* LWIP_DHCP = 1
* LWIP_UDP = 1
When calling the "lwIPInit" function, I changed the last argument from "IPADDR_USE_STATIC" to "IPADDR_USE_DHCP".
Is the DHCP option even available in this implementation type / demo setup?
Thank you,
Markus