This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mcbstm32c ethernet connection problem

hi we are using mcbstm32c board. we used and tried every examples (we downloaded examples from keil ) on this board with keil . all examples worked succesfully except network examples . we could not communnicate board to pc . we used cross-over cable . and we did every stage on datasheet. but we could not make it . how can we fix it?

Parents
  • I had a similar problem but by reviewing Wireshark logs I have found that the NIC connected to the board didn't resolve correctly the board address. I had to add the MAC address of the board into the ARP table of the PC for this network card in order to get both communicate together.

    Check with the command "arp -a" in a command prommpt.

    Maybe that could help you.

Reply
  • I had a similar problem but by reviewing Wireshark logs I have found that the NIC connected to the board didn't resolve correctly the board address. I had to add the MAC address of the board into the ARP table of the PC for this network card in order to get both communicate together.

    Check with the command "arp -a" in a command prommpt.

    Maybe that could help you.

Children