This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Http_demo

Hello erveryone,

I've been searching for awhile and I just can't figure out what I'm doing wrong. I have a fully licensed keil compiler with the Rreal-Time Library version 3.2. If I use the provided compiled file of the http_demo and flash the MCB2300 micro controller, the DHCP works very well. If I compile the project though it's a different story. DHCP fails and I don't receive any IP address.

Any help concerning this issue would be greatly appreciated.

Eric Paulin

  • Hello it's me again,

    Here's what the packet looks like coming from the MCB2300 if I compile
    the Http_demo example.

    Frame 8 (1366 bytes on wire, 1366 bytes captured)
    Arrival Time: Apr 4, 2008 15:28:50.508872000
    [Time delta from previous captured frame:2.434417000 seconds]
    [Time delta from previous displayed frame:2.434417000 seconds]
    [Time since reference or first frame: 14.681715000 seconds]
    Frame Number: 8
    Frame Length: 1366 bytes
    Capture Length: 1366 bytes
    [Frame is marked: False]
    [Protocols in frame: eth:data]
    [Coloring Rule Name: Broadcast]
    [Coloring Rule String: eth[0] & 1]
    Ethernet II, Src: 55:55:55:55:55:55(55:55:55:55:55:55), Dst: 55:55:55:55:55:55 (55:55:55:55:55:55)
    Destination: 55:55:55:55:55:55 (55:55:55:55:55:55)
    Address: 55:55:55:55:55:55 (55:55:55:55:55:55)
    .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast)
    .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Source: 55:55:55:55:55:55 (55:55:55:55:55:55)
    Address: 55:55:55:55:55:55 (55:55:55:55:55:55)
    .... ...1 .... .... .... .... = IG bit: Group address (multicast/broadcast)
    .... ..0. .... .... .... .... = LG bit: Globally unique address (factory default)
    Type: Unknown (0x5555)
    Data (1352 bytes)

    What am I doing wrong here? Anybody knows if the Http_demo example is
    compatible with version 3.2 of the Keil compiler and Real-Time library?

    Thanks,

    Eric Paulin