Driver for the Peripheral STM32 Ethernet block used across all families of STM32 MCUs. More...
Driver for the Peripheral STM32 Ethernet block used across all families of STM32 MCUs.
To enable Link Auto Negotiation, use the (pseudo) module stm32_eth_auto
by amending your applications Makefile
as follows:
In general, it is highly recommended to use auto-negotiation, as this can avoid various communication issues on the PHY layer due to configuration mismatch of the link partners. Note that this feature depends on the link state events feature.
To enable Link Events, use the (pseudo) module stm32_eth_link_up
(as described above).