Skip to main content
Davide Oresoli
Associate
March 28, 2018
Question

How to send binary bytes via ethernet without using the TCP/IP stack with a STM32F4?

  • March 28, 2018
  • 2 replies
  • 1058 views
Posted on March 28, 2018 at 17:48

I'd like to send binary Bytes in a peer to peer ethernet connection with a STM32F4 module.I would avoid to use the TCP/IP stack, just the bytes i need to transfer. Are there someone that have experience in this and can help me?

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    March 28, 2018
    Posted on March 28, 2018 at 18:18

    You'd want to use the Ethernet peripheral at the Frame interface, that way you can send 802.3 packets across the network to reachable nodes via MAC addresses, or broadcast

    https://community.st.com/0D50X00009Xke6bSAB

     

    >> Are there someone that have experience in this and can help me?

    Free help, or consultation?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Davide Oresoli
    Associate
    March 29, 2018
    Posted on March 29, 2018 at 09:25

    Thanks for the reply, if it makes a difference it is a direct connection between the STM32F4 module and a PC, there is not a network to be connected.

    I'm looking for free help...

    Many  Thanks