#
stm32f3
Here are 41 public repositories matching this topic...
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
-
Updated
May 7, 2022 - C
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
c-plus-plus
arm
embedded
midi
dsp
midi-device
synthesizer
wavetable
cortex-m3
midi-parser
stm32f3
polyphonic
embedded-c
arm-synth
bandlimited
-
Updated
Jan 24, 2015 - C++
A cross-platform set of examples for the stm32 line of mcus
-
Updated
Jan 12, 2020 - C
Open source/hardware LSU 4.9 wideband controller
-
Updated
Mar 30, 2018 - C
My ring/FIFO buffer implementation, for embedde applications. Tested on STM32L1, STM32F3, STM32F4 and PIC18F platforms.
c
embedded
stm32
embedded-systems
unittest
doxygen
ringbuffer
ring-buffer
stm32f4
fifo
stm32f3
pic18f
embedded-c
pic18
doxygen-comments
stm32f303re
stm32l1
doxygen-documentation
ringbuff
pic18f-q10
-
Updated
Nov 2, 2021 - C
Библиотека для работы с резистивным тачскрином на контроллере XPT2046 по SPI через HAL для STM32
stm32
touchscreen
stm32f4
stm32f0
stm32cubemx
stm32f3
stm32f103
stm32f103c8t6
stm32f1
stm32f2
xpt2046
stm32f411
stm32hal
stm32f446
-
Updated
Apr 4, 2020 - C
The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is supported now. Useful if the EEPROM is not available or too small. Currently, STM32F1/F3 are supported.
flash
storage
data-storage
stm32
stm32f3
stm32f103
stm32f1
stm32f334
stm32f303
cs32f103c8t6
eeprom-emulated
stm32f302
ch32f103
ch32f103c8t6
-
Updated
Feb 3, 2022 - C
Arduino-compatible ARM Cortex-M kits, with ULP option
cortex-m
stm32
cortex-m4
stm32f0
cortex-m3
stm32f3
open-source-hardware
cortex-m0
oshw
low-power
cortex-m4f
stm32f1
arduino-form-factor
-
Updated
Dec 21, 2017
A connected clock and climate collector with NTP
esp8266
cortex-m
stm32
hd44780
internet-of-things
temperature-sensor
cortex-m4
cortex-m3
humidity-sensor
esp-12
stm32f3
dht12
cortex-m4f
stm32f1
-
Updated
Sep 12, 2017 - Eagle
Simple Blynk Credentials Manager for STM32 boards using builtin Etherrnet LAN8742A, ENC28J60 or W5x00 Ethernet shields, with or without SSL, configuration data saved in EEPROM.
webserver
stm32
http-requests
http-server
ethernet
w5100
stm32f3
enc28j60
stm32f7
w5500
stm32f1
stm32f2
w5200
nucleo-64
w5x00
ethernet-shields
lan8742a
stm3f4
necleo-144
nucleo-32
-
Updated
Feb 9, 2022 - C++
Improve this page
Add a description, image, and links to the stm32f3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stm32f3 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).