#
stm32f3
Here are 44 public repositories matching this topic...
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
-
Updated
Aug 7, 2021 - 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++
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++
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
Библиотека для работы с резистивным тачскрином на контроллере XPT2046 по SPI через HAL для STM32
stm32
touchscreen
stm32f4
stm32f0
stm32cubemx
stm32f3
stm32f103
stm32f103c8t6
stm32f1
stm32f2
xpt2046
stm32f411
stm32hal
stm32f446
-
Updated
Apr 4, 2020 - 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
Jul 30, 2021 - 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
Zephyr OS Basic Button Input project with Polling method using STM32F3DISCOVERY Board
-
Updated
Jul 20, 2020 - C
A collection of projects and libraries for STM32 based micro-controllers family.
library
stm32
tft
tm1638
stm32f3
stm32f103
tea5767
st7735
stm32f103c8t6
fmradio
nucleo
32
stm32f103c8
stm32f303
tm1638display
uc1609
uc1609c
stm32f303k8
erm19264
stm32f070
-
Updated
May 21, 2021 - C
Zephyr OS Basic Blinky project running on STM32F3DISCOVERY Board
-
Updated
Jun 27, 2020 - C
Zephyr OS Fancier Blinky project running on STM32F3DISCOVERY Board
-
Updated
Jul 20, 2020 - 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).