ciaa / firmware_v1

Firmware de la CIAA
http://www.proyecto-ciaa.com.ar
126 stars 120 forks source link

ethernet lwip (ciaa_nxp): blinking example does not work with DHCP neither works stable with static ip #440

Closed mabeett closed 1 year ago

mabeett commented 8 years ago

When building the example in the current master (6ffe13f):

If the user enables LWIP_DHCP config in the file lwipopts.h the ciaa-nxp does not blink neither responses to ping o telnet echo.

When the user builds the example with LWIP_DHCP=0 the systems responses as expected, but after pings with pachet size ~1300bytes the system crashes. I could not find a determinist way for this error triggering.

mabeett commented 8 years ago

Work in progress