Can esp32s3 connnecct to an etherent PHY? like DP83TC813x-Q1?
Posted: Thu Jan 11, 2024 9:08 am
I am doing a project where I want an dedicated RGB8 interface and intergrated EMAC for ethernet in the MCU. I read the ESP-IDF of esp32s3, it said ''ESP-IDF provides a set of consistent and flexible APIs to support both internal Ethernet MAC (EMAC) controller and external SPI-Ethernet modules.'' https://docs.espressif.com/projects/esp ... p_eth.html. Because the hardware does not support Ethernet. Is it possible to add EMAC by using ESP-IDF? If it works, how fast is the data rate?