Skip to main content
Visitor II
October 17, 2008
Question

DHCP Query doesn't work on STR912-SK Eval Board

  • October 17, 2008
  • 1 reply
  • 662 views
Posted on October 17, 2008 at 17:38

DHCP Query doesn't work on STR912-SK Eval Board

    This topic has been closed for replies.

    1 reply

    steve4Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:56

    Hi All,

    Here I try to run DHCP Query on Str912-SK. However, system doesn't get response. The below code is based on IAP TFTP project in an2675.zip. Change the flash loader as default in the Download Tab. Did someone get similiar issue? Any help will be appreciated deeply. Thank you very much.

    Steve Wu

    void main()

    #ifdef DEBUG

    debug();

    #endif

    IAP_ENET_Init();

    DhcpQuery();

    while(1);

    //FMI_Jump();

    /*------*/

    }

    [ This message was edited by: steve6 on 17-10-2008 22:02 ]