Olimex STM32-P107

Hi!

I have a problem with my board. I downloaded examples Ethernet Demo software for EW-ARM 5.50 here http://www.olimex.com/dev/index.html.

I can not run web server…

I set ip address :

// Init WEB server

uip_ipaddr(ipaddr, 192,168,0,117);

printf(“IP Address: 192.168.0.114\n\r”);

uip_sethostaddr(ipaddr);

uip_ipaddr(ipaddr, 192,168,0,115);

uip_setdraddr(ipaddr);

uip_ipaddr(ipaddr, 255,255,255,0);

uip_setnetmask(ipaddr);

When I ran opera(http//192.168.0.117/), I saw error…can’t connect…

Maybe without sd card its not works…

What do you advise me ?

Thanks.