Skip to main content
Associate II
March 18, 2026
Solved

How to open the examples of STM32C5 use cubeide or vscode for cube ide

  • March 18, 2026
  • 1 reply
  • 128 views

I downloaded the STM32C5 software package from st.com, but I am unable to use IAR. How can I import the CMake project?

Best answer by Emil Damkjaer PETERSEN

Hello @ShimiaoWang,

For having an STM32C5 example i would suggest using the STM32 Example Library https://dev.st.com/stm32-example-library

 

Here you are able to download, ready to run examples, for either cmake (VS Code), IAR or open-cmsis (Keil Studio)
The examples here are what we call standalone examples with a single set of drivers for the specific examples, to make it easier to play, extend and version control your work with the example.

 

Best Regards,

Emil

1 reply

Emil Damkjaer PETERSEN
ST Employee
March 18, 2026

Hello @ShimiaoWang,

For having an STM32C5 example i would suggest using the STM32 Example Library https://dev.st.com/stm32-example-library

 

Here you are able to download, ready to run examples, for either cmake (VS Code), IAR or open-cmsis (Keil Studio)
The examples here are what we call standalone examples with a single set of drivers for the specific examples, to make it easier to play, extend and version control your work with the example.

 

Best Regards,

Emil