2026-05-04 3:38 AM
Hi,
Is it possible to open a .ioc project file for STM32CubeMX directly from the Windows command line? If yes, what is the correct syntax?
Thanks
Solved! Go to Solution.
2026-05-04 3:40 AM
Use -i parameter. E.g.
"c:\STM32Cube\STM32CubeMX_6170\STM32CubeMX.exe" -i "c:\tmp\project\p.ioc"
2026-05-04 3:40 AM
Use -i parameter. E.g.
"c:\STM32Cube\STM32CubeMX_6170\STM32CubeMX.exe" -i "c:\tmp\project\p.ioc"