Skip to content

Ethernet Problem #16

Open
Open
@e135193

Description

@e135193

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions