stm32f1
There are 94 repositories under stm32f1 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.
ferenc-nemeth/stm32-bootloader
UART bootloader for STM32 microcontroller.
Paciente8159/uCNC
µCNC - Universal CNC firmware for microcontrollers
nimaltd/gsm_v5
gsm module library for STM32 LL
CTXz/stm32f1-picopwner
Dump read-out protected STM32F1's with a Pi Pico - A Pi Pico implementation of @JohannesObermaier's, Marc Schink's and Kosma Moczek's Glitch and FPB attack to bypass RDP (read-out protection) level 1 on STM32F1 chips
nimaltd/ds18b20
ds18b20 library for stm32 hal
saewave/STM32F103-USB-CDC-CMSIS
STM32F103 USB CDC CMSIS
jeanthom/stlink-tool
Firmware uploader for ST-Link
STM32-base/STM32-base-STM32Cube
All CMSIS and HAL code for the STM32 microcontrollers bundled together in one repository.
avaldebe/PMserial
Arduino library for PM sensors with serial interface
mcauser/BLUE_PILL_F103C8
MicroPython board definition for the Blue Pill STM32F103C8T6 board
nimaltd/DHT
DHT Sensor Library for stm32 HAL
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.
DerFetzer/open-cleverpad
Open source firmware for MIDIPLUS SmartPAD MIDI controller
morris13579/micropython-stm32f1
MicroPython board definition for the STM32F103ZET6 board
jaxxzer/stm32-boilerplate
A cross-platform set of examples for the stm32 line of mcus
surban/openemc
OpenEMC: open embedded management controller
tock/tock-stm32
Ports of Tock for STM32 chips and discovery boards
ZulNs/STM32F1_RTC
Arduino library that allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.
nimaltd/rtcF1
calendar for STM32F1 series
gemesa/stm32-rf-scanner
STM32 and nRF24L01+ based 2.4GHz RF scanner
phatvu1294/hoc-lap-trinh-stm32f1
Tự học lập trình STM32F1 Public bao gồm code mẫu CMSIS, StdPeriph, HAL, Low-Layer, FreeRTOS
amitesh-singh/i2c-slave-stm32f1
i2c slave example based on stm32f103
mcauser/BLUE_BUTTON_F103RET6
MicroPython board definition for the Blue Button STM32F103RET6 board
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
alixahedi/i2c-lcd-stm32
i2c lcd STM32 library
STM32-base/STM32-base-F1-template
A template for using STM32F1 series devices with the STM32-base project.
xingrz/stm32-dfu-bootloader
A DFU bootloader targeting STM32F103 in just 4KB
amamory-embedded/learning-stm32
A tutorial-like description for using an STM32 device
BSFrance/BSFrance-stm32
Arduino core for BSFrance STM32 boards
abhra0897/stm32f1_st7789_spi
This is a fast display driver for interfacing ST7789 LCD display with STM32F1 microcontroller over an SPI bus. Mainly made for my personal usage.
RickKimball/vendor
Custom STM32 bluepill Arduino core using STM32Duino