The STM32-Pills are compact and convenient for prototyping, but their digital focus leaves room for exploration. The STM32G474's integration of analog and digital components opens up possibilities for creating versatile systems. For example, the integrated opamps and comparators.
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 KiCad 8.0 on your computer.
ToDo:
- Clone the repo to your STM32CubeIDE workspace
git clone https://github.com/nikolai2111/STM32G474_Black-Pill_v3.0.git
- Navigate to the the
src
folder. - Open the project file.
Use this dev board with the template from this repo. It's an example file.
- SW: Publish HAL template for this board.
- SW: Add LL template for this board.
See the open 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 CERN-OHL-P-2.0 License. See LICENSE.txt
for more information.
Nikolai Zoller - [email protected]
Project Link: https://github.com/nikolai2111/STM32G474_Black-Pill_v3.0
Source: Best-README-Template