stm32-hal
There are 34 repositories under stm32-hal topic.
belyalov/stm32-hal-libraries
Useful libraries for STM32 HAL
nimaltd/STM32-PACK
Ready To Install Packs For STM32CubeMX and STM32CubeIDE
nimaltd/tm1637
tm1637 display library for STM32
eepj/stm32-ds3231
An STM32 HAL library for the DS3231 real-time clock IC.
eepj/stm32-ds1307
An STM32 HAL library for the DS1307 real-time clock IC.
eepj/stm32-sht2x
An STM32 HAL library for the SHT2x temperature/humidity sensor series.
MahdaSystem/TM1638
TM1638 driver for AVR (ATmega32), STM32 (HAL) and ESP32 (esp-idf)
AxDen-Dev/STM32WL55_Ping_pong_example
STM32WL55 Lora Ping pong example
eepj/stm32-bmp180
An STM32 HAL library for the BMP180 temperature/pressure sensor.
irakr/LCD-lib-STM32F407xx-HAL
A library for character LCD 16x2 for the STM32F407xx series MCUs. (HAL compatible only)
Jackhammer88/RTC-Watch-HAL
Using RTC with LSE at STM32F4Discovery board (stm32f407vg). Output in display oled 0.96" 126x64 (ssd1306) by I2C interface. Timer 6 interrupt used for update lcd screen. On stm32f4discovery board you need to set X3 crystal (32768 Hz) and C16 and C22 (6.8pF). If you havn't X3 crystal you should edit the code and set LSI using in RCC section.
MahdaSystem/74165
74165 shift register driver
EDI-Systems/M0A00_Library
Libraries to use with M5P1
wazzapsenk/STM32F103-Blue-Pill-Beginner-Projects
STM32F103 Blue Pill Beginner Projects by waZZap
sya-ri/HAL_Extension
STM32Cube HAL C++ Library
VeyDlin/VHAL
C++20 HAL library for STM32
Hossein-M98/DS1307
DS1307 RTC driver for ESP32 (esp-idf), STM32 (HAL), AVR (ATmega32) and Zynq PS side
MahdaSystem/ADS1x1x
Driver for ADS1013, ADS1014, ADS1015, ADS1113, ADS1114, ADS1115 ADCs.
DanielMartensson/STM32-Registers-Only
Programming the ARM STM32 controllers with registers only
timagr615/stm32_mpu9250_i2c
STM32 HAL mpu9250 library
MahdaSystem/ADXL345
ADXL345 Accelerometer sensor driver.
imrealsd/STM32F4xx
Programming STM32F407 through CMSIS Registers & HAL APIs
MahdaSystem/ADS1110
ADS1110 ADC driver
MahdaSystem/SHT1x
SHT1x series sensor driver.
mnemocron/RF430CL330H
C library for interfacing with the RF430 NFC chip using STM32 HAL
Rajssss/stm32f446_custom_bootloader
A custom bootloader for STM32F446 MCU, based on STM32CUBE HAL.
MahdaSystem/SHT3x
SHT3x series sensor driver
dohack/STM32-HAL-Code-Generator
Simple STM32 HAL Code Generator made in python, No need to open CubeMX every time to add or update code
IntergatedCircuits/stm32header
A single STM32 header for all your portable CMSIS / HAL code!
light-tech/STM32_HAL_Libs
A collection of STM32 libraries to handle common modules such as MPU6050, NRF24L01+, ...
MahdaSystem/HT1382
HT1382 RTC driver for ESP32 (esp-idf), STM32 (HAL) and AVR (ATmega32)
MahdaSystem/TM1637
TM1637 driver for AVR (ATmega32), STM32 (HAL) and ESP32 (esp-idf)
Rajssss/stm32_nucleo_drivers
Various Drivers APIs for STM32F446RE-Nucleo Board written from scratch. (WIP)
Rajssss/Stm32CubeHAL_Bare_Metal_Nucleo
Repository containing Example application of various peripherals of Stm32F446RE MCU using STM32CubeHAL.