2022-05-22 06:51 AM
Hello,
Is there a way to create a STM32cube IDE project using command line?
Thanks,
Mohammed
Solved! Go to Solution.
2022-05-22 07:45 AM
Yes. Look on github, there are IIRC converters from Keil to Eclipse and a CMake generator for Eclipse. They can be adapted for CubeIDE as a variation of Eclipse (but I don't know how exactly).
2022-05-22 07:45 AM
Yes. Look on github, there are IIRC converters from Keil to Eclipse and a CMake generator for Eclipse. They can be adapted for CubeIDE as a variation of Eclipse (but I don't know how exactly).
2022-06-08 04:36 AM
CubeMX stand-alone also has a CLI interface allowing you to manage projects from CLI:
See chapter 3.3.2.
Stand-alone CubeMX can be used with CubeIDE.
I would probably refrain from modifying the ioc-file inside CubeIDE integrated MX tool while at the same time using the MX CLI tool...