Home

Awesome

Version License Examples Build Test MDK-Middleware Build Test

STM32H743I-EVAL_BSP

This is the development repository for the STMicroelectronics STM32H743I-EVAL Board Support Pack (BSP) - a CMSIS software pack that is designed to work with all compiler toolchains (Arm Compiler, GCC, IAR, LLVM). It is released as CMSIS software pack and therefore accessible by CMSIS-Pack enabled software development tools.

This BSP uses the generator integration of the CMSIS-Toolbox to Configure STM32 Devices with CubeMX that is also supported in µVision 5.40 and higher.

Repository top-level structure

DirectoryDescription
.ciFiles that are related to the Continuous Integration (CI) tests of this BSP.
.github/workflowsGitHub Actions scripts described below.
CMSIS/DriverContains a CMSIS-Driver VIO that is configured for the board peripherals.
DocumentsUsage overview for examples and board documentation provided by STMicroelectronics.
Examples/BlinkyBlinky example in csolution project format using CMSIS-Driver VIO and CMSIS-Compiler for printf I/O retargeting.
ImagesPictures of the board.
LayersBoard layers for using the board with CMSIS-Toolbox - Reference Applications.

Using the development repository

This development repository can be used in a local directory and mapped as software pack using for example cpackget with:

cpackget add <path>/Keil.STM32H743I-EVAL_BSP.pdsc

Generate software pack

The software pack is generated using bash shell scripts.

GitHub Actions

The repository uses GitHub Actions to generate the pack and build examples:

Issues

Please feel free to raise an issue on GitHub to report misbehavior (i.e. bugs) or start discussions about enhancements. This is your best way to interact directly with the maintenance team and the community. We encourage you to append implementation suggestions as this helps to decrease the workload of the maintenance team.