Skip to main content
Visitor II
March 2, 2009
Question

Ethernet with uIP-stack

  • March 2, 2009
  • 2 replies
  • 703 views
Posted on March 02, 2009 at 07:14

Ethernet with uIP-stack

    This topic has been closed for replies.

    2 replies

    dolgovAuthor
    Visitor II
    May 17, 2011
    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

    dolgovAuthor
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:57

    Sorry for disturbing.

    I finally managed to run the example