This is a small LL template for the Black Pill v3.0 (STM32G474). It contains all files needed and additional file for the own libraries. It is desinged to use with the STMCubeIDE LL-Library.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
I find the compact and versatile STM32-Pills (Blue and Black) intriguing due to their ease of use for various applications. They seamlessly integrate into hardware prototypes, simplifying the process of testing ideas. However, I’ve noticed that the existing Black Pills primarily focus on digital tasks.
On the other hand, the STM32G474 stands out as a fascinating microcontroller that bridges the gap between the digital and analog worlds. What piques my interest are its integrated analog components, such as op-amps and comparators, coupled with digital interfaces. This combination offers an exciting opportunity to develop systems that seamlessly blend both digital and analog functionalities.
In summary, while the compact and convenient Pills are fascinating tools for rapid prototyping, their current digital focus leaves room for exploration. In contrast, the STM32G474’s integration of analog and digital components opens up exciting possibilities for creating versatile, boundary-pushing systems.
Install STM32CubeIDE on your computer.
ToDo:
- Clone the repo to your STM32CubeIDE workspace
git clone https://github.com/nikolai2111/STM32G474_Black-Pill_v3.0_LL-Template .git
- Start STM32CubeIDE
- Import project into the STM32CubeIDE.
File
>Import...
>General
>Existing Projects into workspace
and select withBrowse
the project folder.
- SW: Publish LL template for this board (this repo).
- SW: Add LL template for this board.
See the [open issues](https://github.com/nikolai2111/STM32G474_Black-Pill_v3.0_LL-Template /issues) for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information. The licenses of ST remain the same.
Nikolai Zoller - [email protected]
Project Link: https://github.com/nikolai2111/STM32G474_Black-Pill_v3.0_LL-Template
Source: Best-README-Template