Posted on May 17, 2011 at 09:56Hi 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 ge...
Posted on May 17, 2011 at 09:54Hello mirou, I appreciate your suggestion deeply. The demo code works fine in machine now. The reason is that I use the function GPIO_DeInit(GPIO3) two times. One is used in the SysInit() and another is in the UART_Int...
Posted on May 17, 2011 at 09:54Hello Mr/Ms, Here I get issue regarding idle mode while I use STR12-SK demo board. My main function is as below: int main() { #ifdef DEBUG debug(); #endif SysInit(); Clock_Configuration(); Delay(0x7ffff); while(1)...