Skip to content

simplefoc/stm32pinouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32 Family Pinout

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.

How to Use It

  1. Navigate to the STM32 family and subfamily of interest using the provided links.
  2. Click on the subfamily link to view the pinout information for that specific STM32 variant.
  3. Use the provided information to identify available PWM timers and ADC channels for your project.

Contributing

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.

Generating the website locally

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