https://github.com/gabryelreyes/stmbasissoftware
Personal take on a basis software for the STM32F407VGT6
https://github.com/gabryelreyes/stmbasissoftware
Last synced: about 2 months ago
JSON representation
Personal take on a basis software for the STM32F407VGT6
- Host: GitHub
- URL: https://github.com/gabryelreyes/stmbasissoftware
- Owner: gabryelreyes
- Created: 2022-10-24T08:26:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T20:12:43.000Z (over 2 years ago)
- Last Synced: 2025-02-10T11:47:48.667Z (4 months ago)
- Language: C
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STMBasisSoftware
This is my take on a basis software for the STM32F407VGT6, using the STM32Cube Framework and PlatformIO as IDE.
The objective is to create a core application that abstracts the most hardware-related elements, exposing only high-level methods for their control.This project is not focused on production, but a personal effort for further learning the ways of the STM32 family, good programming practices, C, C++, and other similar concepts.
## Issues, Comments and Suggestions
If you find an error or you have a better take on any implementation, feel free to fork this repository and make a pull-request.I am always grateful for learning opportunities and healty discussions.