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.

TM4C129XNCZAD: TCP/IP connection problem with two interfaces (Ethernet & PPP over USB)

Part Number: TM4C129XNCZAD

- Using the two examples "tcpEcho" & "tcpEchoPPP" as a guide with DK_TM4C129X KIT.

- Both Ethernet(Interface 1) & PPP over USB(Interface 2) are initialized and get different IPs.

- using tool "tcpSendReceive.exe"(Windows 7 64bits) sends packets over Ethernet successfully; but failed with PPP over USB (TCP/IP packets already received with NDK and passed to the TCP dispatcher "TcpInput()").

- Sending packets over PPP interface succeed if Ethernet not initialized (Remove "EMACSnow_NIMUInit" from "NIMUDeviceTable" in "DK_TM4C129X.c").