Skip to content
Lexx edited this page Apr 4, 2024 · 2 revisions

Welcome to the ETHERNET_STM32F107VCT6 wiki!

How to setup ethernet on STM32F107VCT6 with CubeMX and LwIP (basic ICMP)

How to setup VSCode

here

Branches

TCP-Telnet

this branch implements tcp and activates leds on button press

UDP_Server_Send

implements a UDP server that receives packages and lights up Leds

UDP_Client_Send

implements a UDP client that send packages on a button press, compatible with UDP_Server_Send