2022-04-11 01:08 AM
2022-04-11 02:49 AM
Welcome, @GKIM.4, to the community!
the included projects contain besides the project directories for IAR (EWARM) and Keil (MDK-ARM) also a directory called SW4STM32, which you can import directly into STM32CubeIDE:
File > Import System Workbench for STM32 projects
In the folder list, please only leave the check mark next to the folder that contains the line "Convert 'System Workbench[...]".
Does it answer your question?
Regards
/Peter
2022-04-11 02:49 AM
x-cube-cld-gen is old. It doesn't have STM32CubeIDE projects. But there are System Workbench projects under SW4STM32 directories.
In CubeIDE try to use menu File / Import , then in General category: "import ac6 system workbench project". Browse to the SW4STM32 directory.
For information, both System Workbench and STM32CubeIDE are based on Eclipse IDE.
STM32CubeIDE is the "successor" of System Workbench.
They use project files named ".project" and ".cproject". Usually they are located under Projects/<board>/Applications/... SW4STM32 or STM32CubeIDE directories.
2022-04-11 10:39 PM
Thank you for comment.
It will be helpful!
2022-04-11 10:40 PM
miss
2022-04-11 10:41 PM
Thank you for comment.
I will try it this way.