I have a custom board of TM4C129NCPDT, I programmed MAC address to my custom board then I tried to dump the TCP echo example.
setup: Used TM4C123 as a dummy Launchpad and used its ICDI to program my custom board as posted
Now the code executes till I get following message in console and waits to get IP:
ss in flash
Starting the TCP Echo example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
Service Status: DHCP : Enabled : : 000
Service Status: DHCP : Enabled : Running : 000
but it does not shows any network added and the IP address.
Ethernet jack: RJ-45 : Pulse jack J3011G21DNL with magnetics
Ethernet cable : Cat5e
I'm not getting any IP address,I couldn't figure out what I've missed out in setup for getting IP and I want to know in the tcp echo example where/how the DHCP is enabled?
Thanks.