cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F2xx IP Address

ahmedzizou690
Associate II
Posted on June 11, 2014 at 12:52

Hi everyone,

I am trying to send and receive TCP packets from  PC to my STM3221G-EVAL Boards

however I need to know ip address of my boards..

If someone tell me how to find the IP adress of STM3221G-EVAL

 

 

thanks.

 

5 REPLIES 5
Posted on June 11, 2014 at 13:06

MAC and fixed IP addresses are usually set by the developer in main.h, if you are using DHCP with board unique MAC addresses, then you could a) review the list on the router, or b) print out the assigned address in netconf.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ahmedzizou690
Associate II
Posted on June 11, 2014 at 13:39

thank you clive1,

ahmedzizou690
Associate II
Posted on June 11, 2014 at 13:53

Hi clive1,

When

I run the

example

of

http server

it

says ''

the

network cable

is

not connected''

even though it is

connected

..

tyx3gu
Associate II
Posted on June 13, 2014 at 18:11

Make sure that the jumper for the Ethernet clock is connected properly.

ahmedzizou690
Associate II
Posted on June 15, 2014 at 20:20

Hi,

I try to connect

 

to my

stm3221G

-EVAL

BOARDS

by parsing the ip address

in the web client { web browser }

but

the

connection hangs

even though the

Ethernet port

is initialized

and

the

LCD

displays

the

ip

@

  of my

BOARDS..

thanks.