Skip to main content
Visitor II
February 20, 2013
Question

Ethernet Communication

  • February 20, 2013
  • 14 replies
  • 3177 views
Posted on February 20, 2013 at 06:33

I am using STM32F107RB for Ethernet Communication. If i am using only one STM32F107RB module there is no problem but when i connect two modules to two different systems via modscan32, one of the module responds properly and the other module does not responds, and after some time the other modules responds properly but the first module hangs up. This process continuous every time...

The corresponding code has been attached, please go through it and let me know where this problem can be tackled......

Thanks in advance........

#time-waster #cross-post #do-it-right
    This topic has been closed for replies.

    14 replies

    Visitor II
    February 20, 2013
    Posted on February 20, 2013 at 08:03

    Even i'm facing the same problem...

    Visitor II
    February 20, 2013
    Posted on February 20, 2013 at 09:32

    Could the boards have the same (default) MAC address ?

    Graduate II
    February 20, 2013
    Posted on February 20, 2013 at 13:30

    MAC address, and fixed IP address? Both pretty basic Ethernet and TCP/IP concepts.

    Super User
    February 20, 2013
    Posted on February 20, 2013 at 15:16

    Same question on the Keil forum had already received the same answer yesterday:

    http://www.keil.com/forum/22357/

    Graduate II
    February 20, 2013
    Posted on February 20, 2013 at 16:20

    Forget Zombies, the Unthinking Living scare me...

    aruAuthor
    Visitor II
    February 21, 2013
    Posted on February 21, 2013 at 05:28

    Thanks for all of u..... i am given the same mac address that is problem......

    aruAuthor
    Visitor II
    February 21, 2013
    Posted on February 21, 2013 at 05:29

    Thanks for all of u..... i am given the same mac address that is problem......

    Super User
    February 21, 2013
    Posted on February 21, 2013 at 14:12

    How about also acknowledging the reply you received to your original post in the Keil forum?

    Visitor II
    February 26, 2013
    Posted on February 26, 2013 at 08:10

    Hi, 

        Is there any way of assigning the IP address Dynamically(as it is done in the computers network configuration).... If it is possible then could you please tell me about that thing......

    Thanks in advance ..........
    Visitor II
    February 26, 2013
    Posted on February 26, 2013 at 15:41

    Yes.

    It's called DHCP (dynamic host configuration protocol).

    You should find plenty of documentation in the internet.

    And, by the way: DHCP server generally use MAC addresses to discern it's clients. What happens if two devices in the LAN have the same MAC address ... ?