cancel
Showing results for 
Search instead for 
Did you mean: 

STMCube32IDE 1.16.0 - Local file copy fails - files not present when importing example

JanneKiiskila
Associate

With latest STM32CubeIDE:

JanneKiiskila_0-1723805900333.png

when I try to import a project for U585 with ThreadX and NetX Duo, I get local file copy failure.

Issue #1 - you need to add more details/logs, so that we can know WHICH file / package is causing the issues. It's a guessing game now.

Issue #2 - the importer downloads some file, which has a license I should read. If you click there to read it - browser just says the file is not available!

Issue #3 - the README.md file is missing.

 

JanneKiiskila_1-1723806030652.png

 

Is it because I can't read the license file? I did accept the terms and conditions (god knows what they were).

But, how do I know what other files are missing? Is the project now usable or not?

 

I have plenty of disk space available.

annek@jannek-P720:~$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/nvme1n1p1 916G 305G 565G 36% /home

 

Connections to GitHub are otherwise working just fine.

- Multiple pushes & fetches done to GitHub today w/o issues.

 

jannek@jannek-P720:~$ ll STM32Cube/Repository/
total 360496
drwxrwxr-x 3 jannek jannek 4096 Aug 16 13:54 ./
drwxrwxr-x 3 jannek jannek 4096 Aug 16 13:50 ../
-rw-rw-r-- 1 jannek jannek 66113 Aug 16 13:50 en.prom-stm32h7rs-mcu-finder.jpg
drwxrwxr-x 8 jannek jannek 4096 Aug 16 13:54 STM32Cube_FW_U5_V1.6.0/
-rw-rw-r-- 1 jannek jannek 369059989 Aug 16 13:53 stm32cube_fw_u5_v160.zip

 

 

10 REPLIES 10

Now that I the deleted contents in the downloaded zip-file & folder and replaced the folder with the whole git repository (https://github.com/STMicroelectronics/STM32CubeU5) to the folder it had created and initialized it properly with the submodules as well the README.md does appear there. So, clearly the issue is with the fact that you are NOT INCLUDING the README.md to the zip file the IDE downloads.

Now that we know the Git repo contains the file and your .zip file does not - ask what is the process for creating the zip-file? Is there some kind of file black/whitelisting, which is now missing/hitting this file when it should not?

PS. You guys owe me a favor, I've debugged this now so far on your behalf.