STM32C5xx DFP Software Pack

June 15, 2026 ยท View on GitHub

tag release note

Overview

STM32C5xx DFP contains essential information and files for IDEs, toolchains and software applications to support STM32C5xx devices.

Description and Usage

This DFP includes the following components

  • Documentation
    • Device documentation (Reference Manuals, Datasheets, ...) links are provided in the DFP Pack description file (STMicroelectronics.stm32c5xx_dfp.pdsc file)
    • Readme
    • Release Notes
  • CMSIS-Core Device Files
    • startup_stm32c5xxxx.c : device startup file (should be compiled with C compiler)
    • system_stm32c5xx.{c|h} : device system configuration files
    • stm32c5xxxx.h : device header file
    • stm32c5xxxx.{ld|sct|icf} device linker configuration file
  • IDE/Tools Device Support Files
    • Flash/*.xldr : Flash Programming Algorithms for erasing and downloading code into on-chip Flash
    • SVD/*.svd : System View Description Files describing the programmer's view of the device's peripherals
    • Descriptors : Device descriptor files (clock, peripherals pinout, ...)
    • IDEs_patches/EWARM : needed patches to add STM32C5xx devices support in IAR Embedded Workbench for ARM