cancel
Showing results for 
Search instead for 
Did you mean: 

Project creation failure

AMaci.16
Associate II

I got this error message when trying to create a new stm32 project. Culd you help with this?

1 ACCEPTED SOLUTION

Accepted Solutions
Markus GIRDLAND
ST Employee

I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:

  1. Exit STM32CubeIDE
  2. Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
  3. Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
  4. Create the tmp folder in the C:/ST directory
  5. Start CubeIDE and try to create a project

View solution in original post

2 REPLIES 2
Markus GIRDLAND
ST Employee

I think it's because you have a space in your name. We have a ticket for this, I believe you can do the following as a workaround:

  1. Exit STM32CubeIDE
  2. Go into the installation directory (C:/ST/STM32CubeIDE_1.0.0/STM32CubeIDE by default) and edit the stm32cubeide.ini file
  3. Add this line at the end of the .ini file: -Djava.io.tmpdir=C:/ST/tmp
  4. Create the tmp folder in the C:/ST directory
  5. Start CubeIDE and try to create a project

AMaci.16
Associate II

Thank you Markus, that solved the problem.

regards,

Alberto Macias E.