This is the development repository for the STMicroelectronics B-U585I-IOT02A 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 an higher.
Note: This is currently Work in Progress. Final release is expected in Q3'2024.
Directory | Description |
---|---|
.github/workflows | GitHub Actions for creating the software pack. |
CMSIS/Driver | Contains a CMSIS-Driver VIO that is configured for the board peripherals. |
Documents | Information about the board 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. |
Layers | Board layers for using the board with CMSIS-Toolbox - Reference Applications. |
This BSP requires the Device Family Pack (DFP) for the STM32U5 series.
-
Examples/Blinky shows the usage in a csolution project.
-
Board Layers are designed for Reference Applications and allow to run various device-agnostic examples on this board.
The device is configured for this board using STM32CubeMX. For additional information refer to:
- CMSIS-Toolbox - Configure STM32 Devices with CubeMX for usage information of STM32CubeMX with CMSIS projects.
This development repository can be used in a local directory and mapped as software pack using for example cpackget
with:
cpackget add <path>/Keil.B-U585I-IOT02A_BSP.pdsc
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_B-U585I-IOT02A_BSP $ ./gen_pack.sh
The repository uses GitHub Actions to generate the pack:
.github/workflows/pack.yml
based on Open-CMSIS-Pack/gen-pack-action generates pack and documentation using the Generate software pack scripts.
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.