Skip to main content
pk84
Associate III
February 24, 2023
Solved

Fail to perform local copy (create new example project)

  • February 24, 2023
  • 3 replies
  • 2751 views

Hello,

I'm using stm32CubeIDE V1.9.

I wanted create new project example based on "LTDC_Display_1Layer".

Before - I deleted all folder related to this project (because I created it already and did something into but wanted start again from a fresh project) .

I also installed CubeIDE new.

Now I still get this stupid error, see screenshot below.

What can I do? New installation of V1.9 and new start of computer does not work...

Thank you

0693W00000aHb7RQAS.png 

Best answer by FBL

Hello @pk84​ 

Do you mean you have deleted examples from the firmware package? If so, you need to redownload a new one or clone a repo from Github.

Try creating the project in a different location or directory to avoid conflicts and errors from the previous project.

Hope this helps!

3 replies

pk84
pk84Author
Associate III
February 24, 2023

I think, I've deleted the LTDC examples itself, where or how can I load it? (with other examples I can create a new project)

Foued_KH
ST Employee
February 24, 2023

Hello @pk84​ ?

You can refer to the CubeFW to find the LTDC examples.

Try to download the LTDC examples from Git or download a new FW from ST site .

Foued

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.
FBLBest answer
Technical Moderator
February 24, 2023

Hello @pk84​ 

Do you mean you have deleted examples from the firmware package? If so, you need to redownload a new one or clone a repo from Github.

Try creating the project in a different location or directory to avoid conflicts and errors from the previous project.

Hope this helps!

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.Best regards,FBL
Associate III
August 16, 2024

Seems this issue is still persisting even with the latest STM32Cube. I am having this same issue.

Does anyone know what the root cause is?

I have plenty of disk space in the folder used:


jannek@jannek-P720:~$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/nvme1n1p1 916G 304G 567G 35% /home

jannek@jannek-P720:~$ uname -a
Linux jannek-P720 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

 

So, disk space should not cause any issues. The error note should also be more specific, now it's impossible to say WHAT file/package is the issue. 1st step would be to fix that, so one would have better means on debugging the root cause. This does not seem to create any sensible log lines to journalctl, either.

 

 

 

pk84
pk84Author
Associate III
February 24, 2023

I have deleted the whole folder and content in C:\Users\.....\STM32Cube\... so the IDE had to re-download everything, and now it works....

Of course, downloading the LTDC examples from Git would have been a solution too (I didn't know that these examples are available on Git...)