This page contains a list of pinout information for each subfamily of STM32 variants.
This page is automatically generated from the STM32duino repository. This webpage has been generated using version 2.7.1.
This page is intended to be used for quick search of available PWM timers and ADC channels for a given STM32 family and subfamily. The information is extracted from the PeripheralPins.c
file of the STM32duino repository. The variant_*.cpp
files are used to provide the variant names for each subfamily. The variant_generic.cpp
file is used as a generic variant for each subfamily.
- Navigate to the STM32 family and subfamily of interest using the provided links.
- Click on the subfamily link to view the pinout information for that specific STM32 variant.
- Use the provided information to identify available PWM timers and ADC channels for your project.
This page is automatically generated using a Python script. The script is parser.py. Please feel free to contribute to the script if you find any issues or have any suggestions.
Clone this repo to your computer
git clone https://github.com/simplefoc/stm32pinouts.git
cd stm32pinouts
Clone the stm32duino repo
git clone https://github.com/stm32duino/Arduino_Core_STM32.git
Parse the stm32duino repo
python parser.py
This command will create the website from scratch, it will take some time and generate a lot of folders and files
run the website
jekyll serve