Skip to main content
Visitor II
December 6, 2022
Question

Does anyone know how to create a project for the STM32 NUCLEO-F767ZI board and send raw ethernet frames without LWiP ?

  • December 6, 2022
  • 1 reply
  • 632 views

I would like to transfer a data frame using the STM32 NUCLEO-F767ZI board without using lwiP. If anyone has a suggestion or an example of how to do this I would be very grateful for the help.

    This topic has been closed for replies.

    1 reply

    Super User
    December 6, 2022

    Look at whatever Cube has for you with lwip, and use only the lowest level out of is (probably in ethernetif.c/h).

    JW