2019-08-14 10:57 AM
2020-09-30 07:12 AM
2019-08-19 06:58 AM
Did you change any default settings in the project wizard?
Which MCU did you select?
2019-08-20 01:50 AM
Well, It does work for me now after installing the STM32CubeMX and initiating the project from there, it has automatically launched the IDE app with all the necessary C & H files. was it supposed to be like that?
2019-08-20 03:14 AM
Well, no.
It was supposed to work also to create a new project from inside the IDE without installing any stand-alone CubeMX.
Did you follow the Quickstart Guide? I doubt that you did anything wrong. Can you re-produce it?
2019-08-21 11:05 PM
What I can do is providing you the 'log': This computer never had any ST IDE on it before. Eclips CPP 4.11.0 is installed.
I had the previous STM32CubeIDE ver 1.0.0_2872_20190423-2022_x86_64.exe installed on June and used it to view an old job done by one of our sub contractors - which works well.
Lately I tried to start a new project afresh and that's when I bumped to this problem. I thought that something might have been missing in the installation process, so I re-download the 1.0.1 from ST site. the old project still could open, but the same problem happens for new project regardless what MCU model I select.
I have also registered for the STM32MP1 workshop, and this model is not yet supported on the IDE, so I need the MX anyway.
2019-08-21 11:11 PM
2019-08-22 05:16 AM
OK - good to hear that you are at least not blocked from progressing with development.
Does this happen for any MCU? Which MCU are you using?
Did you select "STM32Cube" or "Empty" as "Targeted project type"?
The workspace should contain a .log-file in the .metadata folder. Any exceptions in this file?
2019-10-12 04:54 AM
I am facing the same issue. Some weeks ago, I successfully created several projects for the F072 and F405/7 series. Now, project creation neither works for the F0 nor for the F4. I am not aware of any relevant changes in my system configuration. I even tried to create a new project in a completely new and empty workspace, but the error remains the same.
Steps to reproduce:
Error message ist "Creating minimal project error. Create minimal project failure: cannot read template source. Reason: Internal error. Details: Internal Error: File not found: '/C:/Users/Klaus%20Liebler/AppData/Local/Temp/stm32cubeide5842243337179599794.tmp'"
Remark: In fact, the file exists...
Thanks a lot for your help
Regards,
Klaus
2019-10-15 02:15 PM
The error still occurs in 1.1.0
2019-10-17 11:33 PM
Klaus
See above: I simply bypass this problem by starting every project on SMT32CubeMX. After selecting the MCU or kit and setting the I/O and timers, The MX launches the IDE automatically, then I continue the programming on the IDE. As Mattias mentioned, its not supposed to be like that, but at least I'm not stuck till the next version comes.
J.Livne