Skip to main content
mseye.2
Visitor II
January 1, 2022
Question

how export stm32cubeide project to keil ore vice versa how to open stm32cubeide in keil

  • January 1, 2022
  • 1 reply
  • 1507 views

..

This topic has been closed for replies.

1 reply

TDK
January 3, 2022

Projects are generally not transferrable between IDEs. These IDEs use different compilers so there will be issues if the source files aren't set up to detect compiler type and adjust accordingly.

You can copy source files over manually and import as a new project in CubeIDE, but it takes some effort to configure the project correctly.

"If you feel a post has answered your question, please click ""Accept as Solution""."