#
stm32f7
Here are 54 public repositories matching this topic...
Sim800 Series Library for Stm32 HAL
library
bluetooth
gsm
sim800
stm32f4
stm32f7
atcommands
atcommand
stm32f1
sim800c
gsmlib
sim800stm32
sim800library
-
Updated
Aug 15, 2020 - C
Polyphonic MIDI Synthesizer for STM32F7
-
Updated
Sep 1, 2017 - C
Li-Ion battery test bench monitor with web user interface over TCP/IP connection.
-
Updated
Aug 5, 2019 - C
This is simple yet complete WebServer library for STM32 boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery), EMC28J60 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.
tcp
webserver
stm32
http-client
tcp-server
tcp-client
tcp-socket
http-server
udp-server
ethernet
ethernet-shield
stm32f4
tcp-ip
enc28j60
udp-client
stm32f103
stm32f7
w5x00
ethernetwebserver
nucleo-144
-
Updated
Aug 3, 2020 - C++
FreeRTOS, STemWin, STM32F746G-DISCOVERY
arm
gui
graphics
gcc
stm32
realtime
operating-system
freertos
graphical-user-interface
stm32f7
truestudio
armgcc-compiler
stm32f7-discovery
stemwin
stm32f746g-discovery
emwin
-
Updated
Mar 30, 2019 - C
MQTT demo project for STM32F7 with distortos, (fixed) STM32F7 HAL, (fixed) ST's USB host, USB class driver for Huawei ME906 modem and lwIP
mqtt
usb
stm32
modem
lwip
mqtt-client
lte
gsm
usb-host
rtos
huawei
stm32f7
stm32f746g-discovery
nucleo-f767zi
-
Updated
Apr 18, 2020 - C
This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, etc. boards running WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
teensy
tcp
webserver
udp
stm32
wifi
mega
stm32f4
stm32f3
stm32f7
wifi-modules
samd21
stm32f1
samd51
wifi101
wifinina
sam-due
nano-33-iot
wifi102
ublox-wifi
-
Updated
Aug 4, 2020 - C++
CMix-NN: Mixed Low-Precision CNN Library for Memory-Constrained Edge Devices
iot
arm
stm32
inference
cnn
cmsis
stm32f4
stm32f7
arm-cortex-m7
stm32l4
edge-computing
stm32h7
mixed-precision
cmsis-nn
arm-cortex-m4
quantized-neural-networks
edge-ai
tinyml
-
Updated
Mar 19, 2020 - C
Demo projects using various HAL, BSP & LL libraries from STM32F7Cube framework
-
Updated
Jan 8, 2018 - C
HAL crate for the STM32F767ZIT6 microcontroller used by OxCC
-
Updated
Feb 24, 2019 - Rust
A simple HTTPS Client for STM32F7
-
Updated
Oct 28, 2019 - C
Build template for the STM32F7 microprocessor
-
Updated
Jan 8, 2018 - C
USB CDC (Virtual COM port) example for STM32F7 NUCLEO-F767ZI board
-
Updated
Aug 21, 2019 - C
Sample code based on STM32F746G-Discovery kit
-
Updated
Mar 8, 2020 - C
Embedded Operating System
-
Updated
Jul 27, 2020 - C
The Nucleo boards produced by ST Microelectronics are wonderfully powerful and cheap. It is fantastic that ST doesn’t treat developers as just another revenue stream. On a whim I bought a Nucleo-F767ZI, which has a built-in ethernet connector (not Wifi). I found that setting up LwIP was a fairly involved process, thus I made these notes. I am assuming the reader, like myself, is new to these environments and will find these useful. To avoid complexities, I have not made use of RTOS.
-
Updated
Mar 8, 2018
Improve this page
Add a description, image, and links to the stm32f7 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stm32f7 topic, visit your repo's landing page and select "manage topics."


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