2009-03-01 10:14 PM
2011-05-17 12:57 AM
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 help2011-05-17 12:57 AM
Sorry for disturbing.
I finally managed to run the example