Skip to main content
BLUEnLIVE
Associate
March 21, 2021
Solved

STM32CubeIDE (project importer) 1.6.0 Works well?

  • March 21, 2021
  • 3 replies
  • 1340 views

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.

This topic has been closed for replies.
Best answer by Julien D

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".

3 replies

Julien D
ST Employee
March 22, 2021

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
BLUEnLIVE
BLUEnLIVEAuthor
Associate
March 22, 2021

Thank you for reply.

Attatched file contains log file and project files.

Those project files can be successfully imported with 1.5.0.

Best Regards.

Julien D
Julien DBest answer
ST Employee
March 22, 2021

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".

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
BLUEnLIVE
BLUEnLIVEAuthor
Associate
March 22, 2021

Great! Thank you!

I applied the workaround. It works!

SBenn.2
Associate
June 22, 2021

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.