• Stars
    star
    2,108
  • Rank 21,893 (Top 0.5 %)
  • Language
    C
  • Created over 10 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Keil projects and libraries for STM32F4xx devices

STM32F4

Libraries and projects

Here are listed all libraries for STM32F4 devices. Libraries are designed to work with STM32F4xx series of MCU. Every project here is created with Keil uVision, but tested with GCC compiler too (Coocox). Each project includes 4 targets:

  1. STM32F429-Discovery board (STM32F429ZI, 180MHz)
  2. STM32F4-Discovery board (STM32F407VG, 168MHz)
  3. STM32F401-Discovery (STM32F401, 84MHz)
  4. STM32F411C-Discovery (STM32F411, 100MHz)
  5. Nucleo F411-RE (STM32F411RE, 100MHz)
  6. Nucleo F401-RE (STM32F401RE, 84MHz)
  7. STM32F446xx (180MHz)
  8. STM32439-Eval (STM32F439NI, 180MHz)

When you download repository and open project, you have to set correct your target, for device you use. If you use other device in your project, then set your project and copy settings there from target options.

More information below https://stm32f4-discovery.net

First time with Discovery board? https://stm32f4-discovery.net

Current librarires:

  • All libraries listed at one place for easy editing them from one place and use them for all projects
  1. Two default projects are included
  2. LED_BUTTON - Project example for STM32F4/29 Discovery
  3. DELAY - Delay library for STM32F4/29
  4. USART - USART library for STM32F4/29
  5. SPI - SPI library for STM32F4/29
  6. ADC - ADC library for STM32F4/29
  7. DAC - DAC library for STM32F4/29
  8. ILI9341 LCD - STM32F429 Discovery ILI9341 LCD library
  9. I2C - I2C library for STM32F4/29
  10. STMPE811 touch driver for STM32F4/29 Discovery board
  11. ILI9341 Button - Button library for ILI9341 LCD and STMPE811 Touch driver on STM32F429
  12. ONEWIRE - OneWire library for STM32F4/29
  13. DS18B20 - DS18B20 OneWire temperature sensor library for STM32F4/29
  14. SDRAM - ISSI 8MByte SDRAM on STM32F429 Discovery board
  15. DS1307 - DS1307 RTC modeule for STM32F429 Discovery
  16. HD44780 - HD44780 Alpha numeric LCD driver for STM32F429 discovery
  17. NRF24L01+ - NRF24L01+ 2.4 GHz transceiver library
  18. ILI8341 LTDC - ILI9341 LCD with LTDC hardware only for STM32F429
  19. Internal RTC - Library for internal RTC on STM32F4xx devices
  20. Independent watchdog - Library for watchdog on STM32F4xx devices
  21. FATFS - Read SDcard with STM32F4xx using SDIO or SPI communication
  22. RNG - Use of True random number generator peripheral on STM32F4xx devices
  23. MFRC522 - Read RFID Cards with STM32F4xx devices
  24. USB VCP - Use STM32F4xx as USB VCP device (Virtual COM Port)
  25. AM2301 - AM2301 (DHT21) temperature and humidity sensor
  26. ROTARY ENCODER - Connect Rotary Encoder to STM32F4xx device
  27. GPS - Read GPS data on STM32F4xx devices
  28. L3GD20 - Measure rotation of all 3 axis with L3GD20 gyro sensor
  29. USB MSC HOST - Read USB flash drive with STM32F4xx
  30. HC-SR04 - Measure distance with ultrasonic sensor on STM32F4xx
  31. USB HID HOST - Read USB mouse and keyboard on STM32F4xx
  32. 4x4 KEYPAD - Read matrix keypad up to 4x4 with STM32F4xx
  33. PWM - Use PWM on all possible timers for STM32F4xx device
  34. USB HID Device - Turn STM32F4 into USB HID Device
  35. LIS302DL/LIS3DSH - Accelerometers on STM32F4-Discovery board. Also can be used with any STM32F4 device
  36. DAC SIGNAL - Output predefined signals with STM32F4 using DAC, DMA and TIM
  37. BMP180 - Read atmosferic pressure on STM32F4 device
  38. EXTI - Use external interrupts with STM32F4
  39. LOW POWER - Power consumption modes for STM32F4
  40. MCO OUTPUT - Output different clocks from STM32F4
  41. STDIO - Use printf and fprintf/vfprintf on STM32F4
  42. SERVO - Control RC servo with STM32F4
  43. MPU-6050 - Read accelerometer and gyroscope data with STM32F4
  44. Identification - Read identification bytes and 96-bits long UNIQUE ID from STM32F4
  45. BKPSRAM - Interface backup SRAM on STM32F4
  46. SWO DEBUG - Debug STM32F4 using SWO output
  47. CRC - STM32F4 CRC Hardware module
  48. PWM IN - Measure input PWM signal on STM32F4
  49. OTP - One-time programmable memory on STM32F4
  50. STemWin - STemWin implementation for STM32F429-Discovery
  51. DMA2D GRAPHIC- Chrom-ART Accelerator on STM32F429-Discovery board
  52. ETHERNET - Connect ethernet to STM32F4xx
  53. GPIO - GPIO pins on STM32F4
  54. GENERAL - General library for STM32F4
  55. USART DMA - Extend USART with DMA TX functionality
  56. SPI DMA - Extend SPI with DMA functionality
  57. BUTTON - Use buttons with STM32F4xx
  58. STRING - Dynamic string allocation for STM32F4xx
  59. RCC - Dynamic PLL settings for STM32F4xx
  60. CPU LOAD - CPU load monitoring for STM32F4xx
  61. SSD1306 - Use OLED LCD with STM32F4
  62. FFT - FFT Library for STM32F4xx devices
  63. DMA - DMA library for STM32F4xx

General library

  1. PCD8544 LCD (Nokia 5110/3310) - Library for LCD

More Repositories

1

stm32-usart-uart-dma-rx-tx

STM32 examples for USART using DMA for efficient RX and TX transmission
C
1,247
star
2

c-code-style

Recommended C code style and coding rules for standard C99 or later
Python
994
star
3

lwrb

Lightweight generic ring buffer manager library
C
845
star
4

stm32fxxx-hal-libraries

Libraries for STM32F4xx and STM32F7xx built on HAL drivers from ST
C
755
star
5

stm32-cube-cmake-vscode

STM32, VSCode and CMake detailed tutorial
C
543
star
6

lwesp

Lightweight and versatile AT parser library for ESP8266 and ESP32 devices.
C
437
star
7

lwcell

Lightweight cellular modem host AT library
C
396
star
8

lwgps

Lightweight GPS NMEA parser for embedded systems
C
384
star
9

lwmem

Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
C
285
star
10

stm32-ws2811-ws2812-ws2812b-ws281x-tim-pwm-dma-timer

WS2811, WS2812, WS2812B or compatible leds driver with STM32, TIM, PWM and DMA with minimum RAM required
C
197
star
11

lwow

Lightweight onewire protocol library optimized for UART hardware on embedded systems
C
183
star
12

lwprintf

Lightweight printf library optimized for embedded systems
C
183
star
13

EasyGUI

Easy GUI for microcontrollers
C
172
star
14

GSM_AT_commands_parser

Platform independent, ANSI C AT commands parser for SIMcom GSM modules
C
171
star
15

lwjson

Lightweight JSON parser for embedded systems
C
139
star
16

lwshell

Lightweight shell implementation for embedded systems
C
125
star
17

lwpkt

Lightweight packet protocol structure for multi-device communication focused on RS-485
C
113
star
18

doxygen-dark-theme

Dark theme for doxygen documentation generator
CSS
89
star
19

stm32h7-dual-core-inter-cpu-async-communication

Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
C
79
star
20

lwevt

Lightweight event management system for embedded systems
C
58
star
21

lwutil

Versatile and easy to use C language utility library with functions and macros commonly used in various applications
C
56
star
22

embedded-libs

Libraries for embedded software
C
54
star
23

lwbtn

Lightweight button handler for embedded systems
C
47
star
24

RegExp

Regular expressions library for embedded systems
C
35
star
25

lwdtc

Lightweight date, time & cron utilities for embedded systems
C
33
star
26

lwwdg

Lightweight watchdog for RTOS and embedded systems
C
24
star
27

touchgfx-cmake-vscode-stm32-simulator

TouchGFX simulator development in Visual Studio Code with CMake
C++
8
star
28

docs-majerle

Documentation parent project for docs.majerle.eu
7
star
29

iclocker

Official repository for IC Locker storage
JavaScript
6
star
30

learncpp

Learn C++ random repository
C++
2
star
31

mbedtls_playground

Playground for various mbedTLS test and learning scripts
C
1
star