#
stm32f7
Here are 64 public repositories matching this topic...
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.
webserver
stm32
http-client
tcp-server
tcp-client
tcp-socket
http-server
udp-server
ethernet
ethernet-shield
stm32f4
enc28j60
udp-client
stm32f103
stm32f7
lan8720
w5x00
ethernetwebserver
nucleo-144
lan8742a
-
Updated
Jul 21, 2021 - C++
Polyphonic MIDI Synthesizer for STM32F7
-
Updated
Sep 1, 2017 - C
Probably the best library for OV2640 camera on STM32 platform
c
camera
jpeg
stm32
hal
libjpeg
rgb
cprogramming
dma
stm32f7
dcmi
stm32f767zi
ov2640
cprogramming-language
jpeg-header
-
Updated
Apr 19, 2021 - 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.
esp8266
async
esp32
stm32
http-client
wifi
ethernet
stm32f4
stm32f7
async-http-client
async-tcp
lan8720
lan8720a
lan8742a
wt32-eth01
async-tcp-client
-
Updated
Jul 20, 2021 - 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
Li-Ion battery test bench monitor with web user interface over TCP/IP connection.
-
Updated
Aug 5, 2019 - C
This library enables you to use Interrupt from Hardware Timers on an STM32-based board. These STM32 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
device
control
hardware
timer
timing
stm32
accuracy
stm32f4
stm32f0
isr
non-blocking
interrupt
stm32f3
stm32f7
stm32f1
precise
mission-critical
nucleo-f767zi
hardware-timers
nucleo-144
-
Updated
Aug 3, 2021 - 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
USB CDC (Virtual COM port) example for STM32F7 NUCLEO-F767ZI board
-
Updated
Aug 21, 2019 - C
qqq89513
commented
Jan 10, 2021
It sounds the same in #3. But when it occurs, it last shorter than it does in #3.
It happens with random time gap, sometimes 3 minutes, sometimes 10 minutes.
This also happens in DiscoveryF7Audio, but it has a longer gap between 2 occurrences. In otherwords, you are less likely to hear the bad sound from DiscoveryF7Audio.
Note that color
EthernetWebServer_STM32 is a library for STM32F/L/H/G/WB/MP1 boards running WebServer using built-in Ethernet LAN8742A, Ethernet LAN8720, W5x00 or ENC28J60 shields. It now supports Ethernet TLS/SSL Client. The library supports HTTP/HTTPS GET and POST requests, provides argument parsing, handles one client at a time. It supports Arduino STM32F/L/H/G/WB/MP1 series with 32+ Kbytes of Flash, using built-in Ethernet (Nucleo-144: F429ZI, F767ZI, Discovery: STM32F746G-DISCOVERY), or ENC28J60, W5x00 Ethernet shields.
ssl
websockets
stm32
http-client
tcp-server
ssl-support
stm32f4
ssl-certificates
enc28j60
udp-client
stm32f7
nucleo-f767zi
lan8720
w5x00
nucleo-144
ethernet-library
lan8742a
ethernetwebserver-library
ssl-webclient
-
Updated
Jul 21, 2021 - C
DOSCARD is a DOS-in-a-box. This project contains two major parts: heavily modified DosBox fork as a software library, which can be embedded into any GUI or CLI application; and a set of embedded system projects which can run on MCUs.
-
Updated
Nov 5, 2020 - C
Demo projects using various HAL, BSP & LL libraries from STM32F7Cube framework
-
Updated
Jan 8, 2018 - C
Embedded Operating System
-
Updated
Aug 10, 2021 - C
A simple HTTPS Client for STM32F7
-
Updated
Oct 28, 2019 - C
HAL crate for the STM32F767ZIT6 microcontroller used by OxCC
-
Updated
Feb 24, 2019 - Rust
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).