This repository contains an implementation of the STM32F401xx ARM microcontroller driver. The driver provides an interface for accessing the hardware peripherals of the microcontroller.
The STM32F401xx devices are based on the high-performance ARM® Cortex® -M4 32-bit RISC core operating at a frequency of up to 84 MHz.
To get started with using the driver in your project, you will need to have the following :
- Your preferred ARM development environment (e.g. Eclipse,Keil, IAR, GCC)
- STM32F401xx board
To install the driver in your project, follow these steps:
- Clone this repository to your local machine.
- Add the files to your project in your preferred development environment.
- Configure your development environment to use the STM32F401xx as the target microcontroller.
- Build the project to ensure that the driver is properly integrated.
To use the driver in your code, include the relevant header files and call the driver functions as needed. Refer to the documentation in the header files for more information on the available functions.
If you find a bug or have a feature request, please open an issue in the repository. Pull requests are also welcome.
- STMicroelectronics for providing the STM32F401xx microcontroller and development tools.