2008-10-17 08:38 AM
DHCP Query doesn't work on STR912-SK Eval Board
2011-05-17 12:56 AM
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 ]