stm32f3
There are 52 repositories under stm32f3 topic.
stm32duino/Arduino_Core_STM32
STM32 core support for Arduino
FASTSHIFT/Arduino-For-Keil
A lightweight Arduino framework for Keil projects.
STM32-base/STM32-base
A simple start for any STM32 based project.
nimaltd/ds18b20
ds18b20 library for stm32 hal
elmot/nrf24l01-lib
Library for NRF24L01 + Demo projects for STM32 NUCLEO boards.
pazi88/STM32_CAN
CAN bus Library for Arduino STM32
STM32-base/STM32-base-STM32Cube
All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.
nimaltd/DHT
DHT Sensor Library for stm32 HAL
mkulesh/stm32DevelopmentBoards
Development boards and software templates for STM32 MCU
STM32-base/STM32-base.github.io
Github Pages for the STM32-base project.
khoih-prog/STM32_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 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.
jaxxzer/stm32-boilerplate
A cross-platform set of examples for the stm32 line of mcus
safiire/arm_synth
Wavetable Synth Running on an STM32F 32-bit ARM Cortex M3 microprocessor
gemesa/stm32-dc-dc
STM32 based DC-DC converter
theabolton/stm32f3-oscilloscope
A mini-oscilloscope, written in Rust, for the STM32F3 Discovery microcontroller board.
fpoussin/OWBC
Open source/hardware LSU 4.9 wideband controller
magiczny-kacper/RingBuffer
My ring/FIFO buffer implementation, for embedde applications. Tested on STM32L1, STM32F3, STM32F4 and PIC18F platforms.
khoih-prog/FlashStorage_STM32F1
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.
quen0n/XPT2046-STM32-HAL
Библиотека для работы с резистивным тачскрином на контроллере XPT2046 по SPI через HAL для STM32
BSFrance/BSFrance-stm32
Arduino core for BSFrance STM32 boards
grblHAL/STM32F3xx
grblHAL driver for ST STM32F3xx (Blackpill)
fpoussin/mcu-knock-vr
MCU based Knock and VR sensor interface - powered by STM32F3
ilyxa/sbus2-telemetry
Futaba S.Bus2 Telemetry
daniel-starke/STM32CubeDuino
Port of the Arduino API based on the STM32 Cube framework.
STM32-base/STM32-base-F3-template
A template for using STM32F3 series devices with the STM32-base project.
SushiBits/SushiBitsOne
Arduino-compatible ARM Cortex-M kits, with ULP option
fpoussin/OpenTPU
Open source Timer processor built on top on a standard MCU. (Work in progress)
khoih-prog/BlynkEthernet_STM32_WM
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.
plusk01/airdamon_f3
Be the Matt Damon of the skies
plusk01/stm32-playground
Examples, descriptions, and thoughts about STM32 programming
SourceLizi/F302-minimal
STM32F302硬件设计
theabolton/stm32f3-liar-test
Test harness for the liar benchmarking crate, using the Rust no_std environment on STM32F3 microcontrollers
eta-systems/WS2812B_STM32F3_RGBW
WS2812 DMA library with low RAM needs. Up to 16 paralel outputs and thousands of LEDs on each of them
huettern/ChibiF3-Template
ChibiOS STM32F3 Template project
SushiBits/LCDClock
A connected clock and climate collector with NTP
MuffinKing-jpeg/stm32-basic-cli
This is my attempt in making CLI on embedded device with UART.