2014-06-11 03:52 AM
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.
2014-06-11 04:06 AM
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
2014-06-11 04:39 AM
thank you clive1,
2014-06-11 04:53 AM
Hi clive1,
When
I run the
example
ofhttp server
it
says ''
thenetwork cable
is
not connected''
even though it is
connected
..2014-06-13 09:11 AM
Make sure that the jumper for the Ethernet clock is connected properly.
2014-06-15 11:20 AM
Hi,
I try to connect
to my
stm3221G
-EVALBOARDS
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 myBOARDS..
thanks.