Skip to content
#

stm32f4

Here are 438 public repositories matching this topic...

ThomasGravekamp
ThomasGravekamp commented Jul 13, 2019

Most, if not all, devices in the STM32 family support flashing via a serial connection. Flashing over serial is also suported by the texane/stlink tool.

Flashing over serial works by starting the device in its bootloader mode and connecting it to a PC via an USB to serial converter. For the Blue Pill, connect converter TxD to board RxD (PA10) and connect converter RxD to board TxD (PA9).

  • [
enhancement good first issue

This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), ENC28J60 or W5x00 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Ethernet_Generic library is used as default for W5x00

  • Updated Apr 5, 2022
  • C++

Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.

  • Updated Mar 22, 2022
  • C++

Improve this page

Add a description, image, and links to the stm32f4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stm32f4 topic, visit your repo's landing page and select "manage topics."

Learn more