BLACK_F407VE
BLACK_F407VE copied to clipboard
Ethernet Problem
Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface
import network
lan = network.LAN()
lan.active(True)
After I run the code I get the error below.
MicroPython v1.18-602-gf63b4f85a on 2022-06-10; MCUDEV STM32F407VE with STM32F407VE
Type "help()" for more information.
>>> import network
>>> lan = network.LAN()
>>> lan.active(True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 110] ETIMEDOUT
>>>