Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 907 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 907 Bytes

STM8 / STM32 Pinout

This repository contains a collection of scripts to extract STM8 / STM32 MCU information files (including pin mappings and signals) in JSON format from the STM8CubeMX / STM32CubeMX database.

Usage

  1. Download and install STM8CubeMX and/or STM32CubeMX

  2. Unpack or install the software to a directory on your computer

  3. Run python3 extract.py --db path/to/cubemx/db/mcu/

Data

See JSON files in data/ directory.

License

The scripts are licensed under the MIT license, see LICENSE.txt file.

The data files are generated by using STM8CubeMX / STM32CubeMX. They only contain technical information that could also be obtained from the datasheets and probably do not fall under copyright.