https://github.com/codex-0915/stm32f4xx_drivers
Libraries and drivers for STM32F4xx microcontrollers
https://github.com/codex-0915/stm32f4xx_drivers
Last synced: about 1 year ago
JSON representation
Libraries and drivers for STM32F4xx microcontrollers
- Host: GitHub
- URL: https://github.com/codex-0915/stm32f4xx_drivers
- Owner: codex-0915
- Created: 2023-12-11T13:43:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:17:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T05:41:16.830Z (over 1 year ago)
- Language: Assembly
- Homepage:
- Size: 26.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STM32F4xx Driver Development
## Goal
- To practice embedded C programming
- To familiarize on embedded software and microcontrollers
- Basically for learning and just a hobby of learning new things
### TO-DO:
- Update this file for more updates for this project
- Document on how to import and use this repository (it's basically just importing the folder/repository into STM32CubeIDE, and adding the include files on the IDE to remove errors of not finding the include files)
- Updating the comments on the driver files for further details and project documentation