Part Number: 66AK2E05
How o set up the DHCP network configuration for K2E and K2H family devices?
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.
Part Number: 66AK2E05
How o set up the DHCP network configuration for K2E and K2H family devices?
To run the NIMU EMAC example for K2E devices make sure the pre-requisites are present.
Now Import the CCS project into CCS and go on


//
// 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
}
...
}




Note: While connecting EVM with PC in static IP mode without a router (Kind of like Local LAN). The Ping between PC and EVM is not happening.
Thanks & Regards,
Rajarajan U