BLACK_F407VE icon indicating copy to clipboard operation
BLACK_F407VE copied to clipboard

Ethernet Problem

Open e135193 opened this issue 2 years ago • 0 comments

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
>>>

e135193 avatar Jun 10 '22 17:06 e135193