cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet with uIP-stack

dolgov
Associate II
Posted on March 02, 2009 at 07:14

Ethernet with uIP-stack

2 REPLIES 2
dolgov
Associate II
Posted on May 17, 2011 at 09:57

Hello,

I'm trying to get to run ST's ethernet example which uses the uIP-Stack. The only things I changed were the MAC and the IP addresses. I'm using the MCBSTR9-Board from Keil.

Pinging the board works perfectly but when I try to access the index.html the processor calls DAbt-Handler with infinite loop (in other words it freezes).

I traced the problem back to the uip_chksum function: the DAbt-Handler is called when the function tries to access the data to calculate the checksum.

Does anybody have a clue or has a working example??

Thank you for help

dolgov
Associate II
Posted on May 17, 2011 at 09:57

Sorry for disturbing.

I finally managed to run the example