https://github.com/aztechsk/stm32f1-lib
Peripheral driver library for the STM32F1 microcontroller family.
https://github.com/aztechsk/stm32f1-lib
driver firmware freertos stm stm32f1
Last synced: 3 months ago
JSON representation
Peripheral driver library for the STM32F1 microcontroller family.
- Host: GitHub
- URL: https://github.com/aztechsk/stm32f1-lib
- Owner: aztechsk
- License: isc
- Created: 2024-04-22T14:45:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T12:09:38.000Z (4 months ago)
- Last Synced: 2025-02-14T13:25:15.927Z (4 months ago)
- Topics: driver, firmware, freertos, stm, stm32f1
- Language: C
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stm32f1-lib
The C library **stm32f1-lib** provides an API for controlling the peripherals of the microcontroller.
The supported devices include microcontrollers from **STM32F1** family.
The supported standard peripherals include AFIO, GPIO, RCC, PWR, EXTINT, TIM, I2C, IWDG, WWDG, DEVID, SERCOM, FSMC, DMA and various hardware components
connected to the microcontroller such as buttons, LEDs, LEDUI, etc.### Library features
- Standardized API (for the AZTech framework).
- Implementation of low-level serial communication protocols.
- Designed for real-time multitasking applications (dependent on FreeRTOS).
- Efficient interrupt handling.
- Use of DMA where appropriate.
- Communication peripheral instances are represented by C structures with synchronous (blocking) read() and write() I/O operations.
- Support for low-power microcontroller modes. Peripheral blocks are turned off when entering sleep mode.