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.

F28M35 concerto的例程enet_lwip_m3怎么使用



F28M35 concerto的例程enet_lwip_m3,原程序烧入开发板之后,将开发板和路由器相连,串口和电脑相连,开发板上电,开发板无法从路由器获取IP地址,只能得到本地地址,而且更改autoip.c中的

/* 192.168.0.0 */
#define AUTOIP_NET 0xC0A80000
/* 192.168.0.0 */
#define AUTOIP_RANGE_START (AUTOIP_NET | 0x0000)
/* 192.168.0.254 */
#define AUTOIP_RANGE_END (AUTOIP_NET | 0x00FE)

之后,获取的静态IP是192.168.127.1,请问如何才能成功将这个例程实验做成功?