Other Parts Discussed in Thread: EK-TM4C1294XL
I am having problems withe the enet_lwip example for the EK-TM4C1294XL LaunchPad.
As the software header text says:
//! This example application demonstrates the operation of the Tiva
//! Ethernet controller using the lwIP TCP/IP Stack. DHCP is used to obtain
//! an Ethernet address. If DHCP times out without obtaining an address,
//! AutoIP will be used to obtain a link-local address. The address that is
//! selected will be shown on the UART.
If I connect using a network connection that has a DHCP server, everything is fine, with the IP address reported on the Virtual COM Port. If I leave the Ethernet disconnected, I expect an IP address to be assigned by AutoIP and reported on the Virtual COM Port. The problem is, it never does. If I use the DK-LM3S9D96 development board and its example, everything is fine and after about 20 seconds an AutoIP generated IP address is displayed.
If someone has an EK-TM4C1294XL LaunchPad, could you please load the enet_lwip example, connect to the Virtual COM Port, without an Ethernet connection, and tell me if, after a delay, an IP address is reported.
At the moment this looks like a bug, but no one has reported it after many months.