2021-02-01 11:09 AM
I am developing on a STM32L562E-DK board and need to connect to Ethernet. The board has anArduino® Uno V3 expansion connector. Is Arduino Uno Ethernet supported on the device? If not, are there any examples on how to communicate with an Uno board?
2021-02-03 02:38 AM
L5 doesn't have Ethernet peripheral, therefore there cannot be Ethernet "support" for that MCU. And lwIP supports any Ethernet hardware you are capable of integrating with it.
https://www.carminenoviello.com/2015/08/28/adding-ethernet-connectivity-stm32-nucleo/