My netmask was incorrect. now the demo is almost working. By the way, the demo (lwIP_MCF5235_GCC) has portENTER_SWITCHING_ISR( ); macro that I can't find elsewhere. From what I see in the documentation and from the eclipse 5282 demo, it is not needed. I removed it. Francois
----- Original Message ----- From: "FreeRTOS.org Info" <[email protected]> To: "'Mailing list for lwIP users'" <[email protected]> Sent: Monday, February 02, 2009 10:32 AM Subject: RE: [lwip-users] web server connection gateway (ColdFire MCF5282+FreeRTOS) > > Hi all, > > This is my first post, and i'm new to lwIP. I'm trying to > > port a FreeRTOS demo that includes lwIP 1.3.0 on the ColdFire > > architecture. The goal, at least for now, is to program a > > simple web server, but later on we'll need to include SNMP. > > I'm confused about the gateway address. Here are my > > questions: do I even need a gateway when connecting my board > > directly to the PC using crosswird utp rj-45 network cable? > > > The gateway will not be used unless you communicate with an IP address that > is outside of your local network. So it is not used when using a point to > point connection. > > Regards, > Richard. > > + http://www.FreeRTOS.org > Designed for Microcontrollers. > More than 7000 downloads per month. > > > > > _______________________________________________ > lwip-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users > _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
