2021-03-21 05:32 AM
Hello.
I upgraded STM32CubeIDE from 1.5.0 to 1.6.0.
But, in my environment, STM32CubeIDE (project importer).exe doesn't work well.
As a work-around, I executed same program of 1.5.0 and it works well.
Does it work in other (language) environment?
- OS: Windows 10 Pro (Korean)
- Version: 20H2
- OS Build: 19042.867
Best Regards.
Solved! Go to Solution.
2021-03-22 04:26 AM
Indeed!
You discovered a regression introduced in 1.6.0. Spaces are no more supported in the project path. I entered a new ticket for this.
As a workaround waiting for next releases, you can simply rename the parent folder "RTU_ver1.95RB4 64K" to "RTU_ver1.95RB4_64K".
2021-03-22 12:14 AM
There were actually some improvements in the STM32CubeIDE Project Importer area introduced since 1.6.0 which could explain this.
Could you share any reported error message or log allowing to guide a bit the analysis?
In addition, please share the special log file for this sub-application located in %TEMP%/STM32CubeIDE (project importer).log
2021-03-22 01:06 AM
2021-03-22 04:26 AM
Indeed!
You discovered a regression introduced in 1.6.0. Spaces are no more supported in the project path. I entered a new ticket for this.
As a workaround waiting for next releases, you can simply rename the parent folder "RTU_ver1.95RB4 64K" to "RTU_ver1.95RB4_64K".
2021-03-22 04:39 AM
Great! Thank you!
I applied the workaround. It works!
2021-06-22 05:09 AM
I had the same problem, spent hours reinstalling before seeing this thread; removing spaces from the project path enabled auto-start of CubeIDE following a CubeMX generate code operation.