请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:66AK2E05 如何为 K2E 和 K2H 系列器件设置 DHCP 网络配置?
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.
如何为 K2E 和 K2H 系列器件设置 DHCP 网络配置?
要为 K2E 器件运行 NIMU EMAC 示例、请确保存在先决条件。
现在、将 CCS 项目导入 CCS 并继续
// // Main Thread // int StackTest() { ... // If the IP address is specified, manually configure IP and Gateway #if defined(_SCBP6618X_) || defined (DEVICE_C6678) || defined(_EVMTCI6614_) || defined(DEVICE_K2H) || defined(DEVICE_K2K) || defined(DEVICE_K2L) || defined(DEVICE_K2E) /* SCBP6618x, EVMTCI6614, EVMK2H, EVMK2K always uses DHCP */ if (0) // set it as 0 for DHCP IP configuration { //Manual IP configuration code } else { //DHCP IP configuration code } ... }
注意:在不使用路由器的静态 IP 模式下(类似于本地 LAN)将 EVM 与 PC 相连时。 PC 和 EVM 之间未执行 Ping 操作。
谢谢、此致、
Rajarajan U