Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


You are viewing a reply to Firmware Install Issues  

Firmware Install Issues

France

Hello Cancrusher,

According fact you have .tmp_STM32FirmwareInstall_ directories (which are temporary structures performing firmware download process) plus sounds unzip process has been done, please could you have a look to such directories content ? Thinking NUCLEO-F303RE board you should have a STM32Cube_FW_F3_V1.8.0 directory inside :
- If yes please move it to C:\Users\AppData\Roaming\Ac6\SW4STM32\firmwares then all should work fine
- If no please could you share *.downloadTaskTrace.xml files which should rely under temporary directories to x2 check download process was going fine ?

If download was going fine I’m suspecting some right permissions issue. By the way process to setup firmware is the following :
1) Temp directory creation to act as firmware setup working area
2) Firmwware .zip download
3) Unzipping process
4) Unzipped directory move to C:\Users\AppData\Roaming\Ac6\SW4STM32\firmwares
5) Temp directory removal
According your log sharing & reported error sounds either step 4) or 5) has failed ... such are basic file move & delete operations ...

Let me know if helping.

Br,
cartu38