Skip to content

Conversation

@finga
Copy link

@finga finga commented Jan 13, 2026

An example for using ethernet with an STM32F107, tested it on my custom board populated with an STM32F107RC.

The example creates a network task which listens for a TCP connection on port 80. After establishing a connection everything received is logged and echoed to the sender.

Hope it is fine to create a new crate for STM32F107 as I could not find a STM32F103 supporting ethernet. If something should be changed or improved let me know

Please let me also know whether it is desired to add more examples (e.g. UART).

Create a network task which listens for a connection on port 80. After
establishing a connection everything received is logged and echoed to
the sender.
@finga finga force-pushed the examples/stm32f1/ethernet branch from ec34cec to 845396e Compare January 13, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant