cancel
Showing results for 
Search instead for 
Did you mean: 

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

steve4
Associate II
Posted on October 17, 2008 at 17:38

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

1 REPLY 1
steve4
Associate II
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 ]