STM32Cube MCU Package for STM32C5 series is composed of the STM32Cube hardware abstraction layer (HAL) and the low-layer (LL) APIs, plus a consistent set of middleware, utilities, and part drivers. All embedded software components are delivered with a full set of examples running on STMicroelectronics boards. STM32CubeC5 gathers in one single package all the generic embedded software components required to quickly develop and debug an application on STM32C5 microcontrollers.
For more details about the package contents and how to use it, please refer to the Getting started with STM32Cube MCU Package for STM32C5 series online documentation (use the version switcher to select the exact version to read).
Important
This repository contains submodules. Please follow the instructions below to clone and get updates.
- To clone the repository, run the command below
git clone --recursive https://github.com/STMicroelectronics/STM32CubeC5.git
- To pull the latest updates, run the commands below from the root of the repository
git pull; git submodule update --init --recursive