This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IP Address of lpc2378

hi,
Can anyone tell me how to set IP address for ARM board lpc2378.
or is there a way to check the IP address of the board.

I want to communicate between PC and lpc2378 through ethernet, for that i need to know the IP address of lpc2378!!!

KINDLY HELP.
THANKS IN ADVANCE.

Gayathri.K

Parents
  • There is no IP address for your board. correct.
    Its purely depends your software.

    are you using evaluation board from keil? If you are using RL-ARM then there is no work for you to configure IP address for your board. The work became so easy to you.
    Check your given relevant Example sample codes. If you are able to find the Ethernet samples there might be a Net_Config.c kind of file where they assign system definitions, Ethernet network interface(here you can find all the configuration on your board).

    If you are not using RL ARM go to your data sheet and check the details. Because i am not using LPC2378 to tell you the details.
    if you have any doubts you can post here.

Reply
  • There is no IP address for your board. correct.
    Its purely depends your software.

    are you using evaluation board from keil? If you are using RL-ARM then there is no work for you to configure IP address for your board. The work became so easy to you.
    Check your given relevant Example sample codes. If you are able to find the Ethernet samples there might be a Net_Config.c kind of file where they assign system definitions, Ethernet network interface(here you can find all the configuration on your board).

    If you are not using RL ARM go to your data sheet and check the details. Because i am not using LPC2378 to tell you the details.
    if you have any doubts you can post here.

Children