Hi All,
I have TM4C1294NCPDT on a custom board connected to a PC through an Ethernet switch. The PC acts as DHCP server (I use _www.dhcpserver.de/ and it runs on a second NIC).
I've tried both the udpEcho and tcpEcho samples (unmodified versions).
On the first debug launch (I have no idea how I reproduced that), I get the following output:
[CORTEX_M4_0] 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: DHCPC : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
Network Added: If-1:192.168.0.3
Service Status: DHCPC : Enabled : Running : 017
But on the upcoming debug sessions, only the following:
[CORTEX_M4_0] 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: DHCPC : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
The IP address is renewed at the DHCP server every time, but I could ping the device only during the first run.
Anyone have an idea what to check?
Thank you,
Gergely