Ready To Install Packs For STM32CubeMX and STM32CubeIDE
-
Updated
Mar 16, 2025 - Python
Ready To Install Packs For STM32CubeMX and STM32CubeIDE
A simple library to provide control over the hx711 load cell module for STM32
I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .
SDcard library for stm32 is a bare metal implementation which can easily be integrated into existing projects to provide functionality such as read ,write and create files and folders on a SDcard . the library is continuously under development to provide more features and support more protocols for high speed applications as well
C++20 HAL library for STM32
A port of the C++ OneButton library to be compatible with STM32 and HAL.
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins a…
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
INA234 current, voltage, and power monitor chip library for STM32 (ARM processors) using HAL drivers ⚡
Arduino and STM32 libraries for absolute encoder of the AMT22 series (12 bit or 14 bit version) by CUI Devices.
STM32 bootloader, small library, and examples
An STM32-RTOS library to implement all kind of switches out of simple push buttons (Momentary buttons) by using embedded simulated behavior
drive LCD 16x2 without I2C
STM32 C++ Button Library with debouncing algorithm
RCC bare metal drivers for Stm32 f4 family of microcontrollers written in C . The driver contains apis for the User to set clock speed for AHB , APB1 , APB2 bus .The driver also allows changing the APB and AHB bus frequency on the fly , and also contains apis for to get the current frequency at which AHB and APB bus is running at
INA236 current, voltage, and power monitor chip library for STM32 (ARM processors) using HAL drivers ⚡
A STM32-RTOS library to drive multiple 7 segment digits displays independently from their architecture and driving chips
Demonstrate how to create a dynamic digital clock using an STM32F407 microcontroller and an LCD1602 display with I2C communication via a PCF8574 I/O expander.
Driver for working with GPIO unit of STM32 microcontroller.
Add a description, image, and links to the stm32-library topic page so that developers can more easily learn about it.
To associate your repository with the stm32-library topic, visit your repo's landing page and select "manage topics."