Hi Tim, I met exactly the same issue with you. It's maybe a HW issue of DK-S7G2. I tried another DK-S7G2 board and it works normally. If you don't have any other board, you can try to use the Eth0 instead. Let do the following steps to port the sample to Eth0: 1. Enable Ethernet_Controller_0_RMII in pin config, make sure all pins are set to medium drive level. 2. Enable EDMAC0 EINT interrupt. 3. Change function nx_ether_driver_eth1 to nx_ether_driver_eth0 in demo_nx_http_application.c extern VOID nx_ether_driver_eth0(NX_IP_DRIVER*); status = nx_ip_create(&ip_0, "NetX IP Instance 0", SERVER_IP_ADDRESS, 0xFFFFFF00UL, &pool_0, nx_ether_driver_eth0, pointer, 2048, 1); 4. Open DIP Switch 3 (ENET0) on the Breakboard 5. Run and test it. Regards, Hung.
↧