2025-02-11 03:44 AM
Hi,
I'm currently working on a project involving the STM32H573 microcontroller and the LAN8742A Ethernet PHY. My goal is to implement a simple Ethernet loopback test to verify the basic functionality of the Ethernet interface. Could you please provide if you have anything?
Thanks,
Ravi.ch
2025-02-11 06:19 AM
Hello @rchilakalapudi ,
My understanding is that you want to implement an example without any middleware to test Ethernet controller functionality my recommendation is to have a look at the following article:
How to create a bare metal HAL Ethernet applicatio... - STMicroelectronics Community
Also, you can check a basic implementation using Azure Netxduo :
or an example using LWIP middleware :