What IO ports are used to connect the LAN8720 network cable to ESP32-S3?
Previously, ESP32:
IO17 ETH for clock PHY LAN8720 ETH CLK MODE=ETH CLOCK GPIO17 OUT (3)
GPIORMII SignalESP32 EMAC FunctionNotes
GPIO21 TX EN EMAC TX EN
GPIO19 TX0 EMAC TXD0
GPIO22 TX1 EMAC TXD1
GPIO25 RX0 EMAC RXD0
GPIO26 RX1 EMAC RXD1
GPIO27 CRS DV EMAC RX DRV
GPIO23 ETH MDC PIN
GPIO18 ETH MDIO_ PIN
Additionally, I have already used ESP32-S3
# define CAMERA Module NAME "ESP-S3-EYE"
# define CAMERA PIN PWDN -1
# define CAMERA PIN RESET -1
# define CAMERA PIN VSYNC 6 OK
# define CAMERA PIN HREF 7 OK
# define CAMERA PIN PCLK 13 OK
# define CAMERA PIN XCLK 15 OK
# define CAMERA PIN SIOD 4 OK
# define CAMERA PIN SIOC 5 OK
# define CAMERA PIN D0 11 OK
# define CAMERA PIN D1 9 OK
# define CAMERA PIN D2 8 OK
# define CAMERA PIN D3 10 OK
# define CAMERA PIN D4 12 OK
# define CAMERA PIN D5 18 OK
# define CAMERA PIN D6 17 OK
*# define CAMERA PIN D7 16 OK
Describe the solution you'd like
What IO ports are used to connect the LAN8720 network cable to ESP32-S3?
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
[X] I confirm I have checked existing list of Feature requests and Contribution Guide.
Related area
ESP32-S3-WROOM-1
Hardware specification
ESP32-S3-WROOM-1
Is your feature request related to a problem?
What IO ports are used to connect the LAN8720 network cable to ESP32-S3? Previously, ESP32: IO17 ETH for clock PHY LAN8720 ETH CLK MODE=ETH CLOCK GPIO17 OUT (3) GPIORMII SignalESP32 EMAC FunctionNotes GPIO21 TX EN EMAC TX EN GPIO19 TX0 EMAC TXD0 GPIO22 TX1 EMAC TXD1 GPIO25 RX0 EMAC RXD0 GPIO26 RX1 EMAC RXD1 GPIO27 CRS DV EMAC RX DRV GPIO23 ETH MDC PIN GPIO18 ETH MDIO_ PIN
Additionally, I have already used ESP32-S3 # define CAMERA Module NAME "ESP-S3-EYE" # define CAMERA PIN PWDN -1 # define CAMERA PIN RESET -1 # define CAMERA PIN VSYNC 6 OK # define CAMERA PIN HREF 7 OK # define CAMERA PIN PCLK 13 OK # define CAMERA PIN XCLK 15 OK # define CAMERA PIN SIOD 4 OK # define CAMERA PIN SIOC 5 OK # define CAMERA PIN D0 11 OK # define CAMERA PIN D1 9 OK # define CAMERA PIN D2 8 OK # define CAMERA PIN D3 10 OK # define CAMERA PIN D4 12 OK # define CAMERA PIN D5 18 OK # define CAMERA PIN D6 17 OK *# define CAMERA PIN D7 16 OK
Describe the solution you'd like
What IO ports are used to connect the LAN8720 network cable to ESP32-S3?
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide