Hi all I would like to know how I can ping my phyCORE development Board which has LPC2294. Also I would like to know how to set the IP address for the board. looking for all your help t.senthil
Are you using the TCP/IP stack of the Keil Advanced RTX?
Hi, The Keil Advanced ARTX is the one that came with the PK ARM professional developer's kit.This configuration doesnot include source code, the flash file system or the TCP/IP stack... t.senthil
The PK-ARM includes the Kernel of the ARTX-ARM. TCP/IP is part of the full ARTX-ARM package. If you do not have the full packacke, which TCP/IP stack do you use?
Hi Matthias, Since there is no TCP/IP stack with the ARTX-ARM provided with PK-ARM i dont have any TCP/IP stack. Is there anyother way by which i can connect the board to the network? Thanks for ur help t.senthil
To connect to a TCP/IP network, you will need a TCP/IP Stack!
Hi, Ofcourse i need a TCP/IP stack and i miss it.... I think eCOS has a TCP/IP stack (if I am correct?). Is there any way by which I can port this eCOS with my phyCORE board ? looking for your help. t.senthil
You should start with this example: .\ARM\Boards\Phytec\LPC229x\EasyWEB It is part of the PK-ARM installation.
It is part of the PK-ARM installation what do mean by this? t.senthil
Look into your Keil installation folder and browse for that path I have posted above. EasyWeb is an HTTP-Server example that brings its own simple TCP/IP communication layers.