Skip to content

Open-CMSIS-Pack/ST_NUCLEO-F412ZG_BSP

Repository files navigation

Version License Examples Build Test

ST_NUCLEO-F412ZG_BSP

This is the development repository for the STMicroelectronics NUCLEO-F412ZG 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

Directory Description
.ci Files that are related to the Continuous Integration (CI) tests of this BSP.
.github/workflows GitHub Actions scripts described below.
CMSIS/Driver Contains a CMSIS-Driver VIO that is configured for the board peripherals.
Documents Usage overview for examples and board documentation provided by STMicroelectronics.
Examples/Blinky Blinky example in csolution project format using CMSIS-Driver VIO and CMSIS-Compiler for printf I/O retargeting.
Images Pictures of the board.

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.NUCLEO-F412ZG_BSP.pdsc

Generate software pack

The software pack is generated using bash shell scripts.

  • ./gen_pack.sh based on Open-CMSIS-Pack/gen-pack generates the software pack. Run this script locally with:

    ST_NUCLEO-F412ZG_BSP $ ./gen_pack.sh
    

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.