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.

RM46L852: lwip example and DHCP

Part Number: RM46L852

I got the LWIP 1.4.1  example running with staic IP, but not with DHCP.

I have a DHCP-Server in my network, and I also set in the lwipopts.h

#define LWIP_DHCP 1
#define DHCP_DOES_ARP_CHECK 1

But trying DHCP i get always the following:

HERCULES MICROCONTROLLERS
Texas Instruments
Little Endian device
Initializing ethernet (DHCP)
DEBUG - Getting PHY ID....SUCCESS
DEBUG - Getting PHY Alive Status...SUCCESS
DEBUG - Getting PHY Link Status...SUCCESS
DEBUG - Setting up Link...SUCCESS
..DONE


-------- ERROR INITIALIZING HARDWARE --------

Any suggestions for my ?