khoih-prog / EthernetWebServer_STM32

This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00. Now W5x00 can use any custom hardware / software SPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending raw ethernet frame with the lan8742a?

particlerain opened this issue · comments

Is there a possibility to send raw ethernet frame (IP_RAW) with the lan8742a?
I see that this is possible with the w5xxx already, but would like to do it through the builtin phy on f767.

I believe it's totally possible, but it must be the feature provided by the STM32Ethernet library on which this EthernetWebServer_STM32 relies.

I suggest you open an enhancement request in STM32Ethernet issues.

I'm closing the issue now.

Regards,