This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: enet_lwip demo with DHCP

Part Number: TMS320F28388D
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