This project serves as an example of using C++ in conjunction with the Hardware Abstraction Layer (HAL) for the STM32F411CC microcontroller. The aim of this project is to showcase a practical approach to programming STM32 microcontrollers using advanced C++ techniques.
To run this project, you will need:
- STM32CubeIDE.
- STM32F411CC microcontroller.
- Basic knowledge of microcontroller programming and C++.
- Clone this project to your local environment.
git clone https://github.com/TheMechanos/HAL_CPP_EXAMPLE.git
-
Open the project in your preferred IDE.
-
Configure the project according to the requirements of your STM32F411CC microcontroller.
-
Build the project and flash it onto your microcontroller.
-
Run the project on your microcontroller and observe its behavior.
- Sebastian Koczur themechanos@gmail.com