Part Number: AM263P4-Q1
Other Parts Discussed in Thread: DP83869
Hello
I am getting following issue while runnig the AM263Px MCU+ SDK 11.00.00 example:
Hardware: am263px-cc
CCS 12.8
Example: source/networking/enet/core/examples/lwip/enet_cpsw_tcpclient
Host: Windows PC
* Host log file *
==========================
CPSW LWIP TCP CLIENT
==========================
EnetAppUtils_reduceCoreMacAllocation: Reduced Mac Address Allocation for CoreId:0 From 4 To 2
Open MAC port 2
EnetPhy_bindDriver: PHY 0: OUI:080028 Model:0f Ver:03 <-> 'DP83869' : OK
PHY 0 is alive
CpswMacPort_ioctl: cpsw3G.macport1: Module is not open
Cpsw_registerIoctlHandler: Failed to register IOCTL handler: -1, 1000502, 7011CED1
EnetPer_ioctl: cpsw3g: Failed to do IOCTL cmd 0x01000110: -1
Enet_ioctl: cpsw3g: IOCTL 0x01000110 failed: -1
Failed to set dscp Priority map for Port 1 - -1
Starting lwIP, local interface IP is dhcp-enabled
[LWIPIF_LWIP] NETIF INIT SUCCESS
Host MAC address-0 : 70:ff:76:1f:66:48
Enet IF UP Event. Local interface IP:0.0.0.0
[LWIPIF_LWIP] Enet has been started successfully
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Cpsw_handleLinkUp: Port 2: Link up: 1-Gbps Full-Duplex
MAC Port 2: link up
Network Link UP Event
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Enet IF UP Event. Local interface IP:192.168.1.202
Network is UP ...
TCP Client Menu:
Enter TCP server IPv4 address:(example: 192.168.101.100)
192.168.1.233
IP eneterd is: 192.168.1.233
<<<< ITERATION 1 >>>>
Connecting to: 192.168.1.233:8888
Connection with the server is established
"Hello over TCP 1" was sent to the Server
No response from server
couldn't send packet to server
couldn't send packet to server
couldn't send packet to server
couldn't send packet to server
Connection closed
<<<< ITERATION 2 >>>>
Connecting to: 192.168.1.233:8888
Connection with the server is established
"Hello over TCP 1" was sent to the Server
No response from server
couldn't send packet to server
couldn't send packet to server
couldn't send packet to server
couldn't send packet to server
Connection closed
*** Server Messages ***
C:\>ncat -e /bin/cat -kv -l 8888
Ncat: Version 7.98 ( https://nmap.org/ncat )
Ncat: Listening on [::]:8888
Ncat: Listening on 0.0.0.0:8888
Ncat: Connection from 192.168.1.202:54911.
NCAT DEBUG: Error in CreateProcess: The system cannot find the file specified.
Command was: /bin/cat
Ncat: Connection from 192.168.1.202:54912.
NCAT DEBUG: Error in CreateProcess: The system cannot find the file specified.
Command was: /bin/cat