STM32CubeC0 MCU Firmware

July 10, 2026 ยท View on GitHub

tag release note offer

Important

This repository contains submodules. Please refer to the "How to" section for more details.

Overview

This repository provides the STM32CubeC0 MCU firmware, including all software components (Drivers, Middleware, Projects, Utilities).

How to use

  • To clone the repository, run the command below
git clone --recursive https://github.com/STMicroelectronics/STM32CubeC0.git
  • To pull the latest updates, run the commands below from the root of the repository
git pull; git submodule update --init --recursive

Caution

If the "Download ZIP" option is used instead of the git clone command, then the different submodules have to be collected and added manually.

Note

The latest version of this firmware available on GitHub may be ahead of the one available on st.com or via STM32CubeMX. This is due to the rolling release. Please refer to this post for more details.

Boards available

Feedback and contributions

Please refer to the CONTRIBUTING.md guide.