First of all, hello everybody.

And now my first question:

I have a LPCXpresso board with LPC1769 and I want to run LWIP on it. I try the following example:

http://www.coocox.com/downloadfile/CoOS/Demo/LPC1766_LwIP_CoOS.zip

I have sucesfully compiled the project in CooCox CoIDE and flash the target. My configuration in App/main.c is the following:

    IP4_ADDR(&gw, 192,168,2,1);
    IP4_ADDR(&ipaddr, 192,168,2,100);
    IP4_ADDR(&netmask, 255,255,255,0);

And the rest of the code is untouched.

The leds in the RJ45 connector are on but I cannot get a ping response. Obviously mi IP addr is in the same network (ie 192.168.2.200).

My problem is like the following:

http://www.coocox.org/forum/topic.php?id=772

In fact the last post is mine (NeoFireRaziel).

Can you please help me with this? In the first place I want to run this example project to do some minor modifications and later I want to understand how to modify it to use LWIP4.0.

I apreciate your collaboration.

Regards and thanks in advance.

Mauro.

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to