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 ERROR_DOWNLOAD_TASK_START_ISSUE  

ERROR_DOWNLOAD_TASK_START_ISSUE

OK I solved following the instrucion from here https://www.openstm32.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=5300&threadId=8030&thread_sort_mode=commentDate_asc#threadId=8030Question

If still issue and expecting to target some other STM32 series let’s consider remote server address is always same : http://www.st.com/resource/en/firmware2QuestionQuestion
Then you have to complete such base address by firmware file name. Firmware fine names may be found within “your Ac6 SystemWorkbench for STM32 install path”\plugins\fr.ac6.mcu.ide_”id”\resources\board_def\stm32targets.xml file

Feel free to comment / share back !

So, basically check the xml for you board, like


STM32F4
Active
stm32



stm32f4_dsp_stdperiph_lib_v180.zip
c876e4a7fe8e499a47d3854fb86305f4


FW.F4.1.24.0
stm32cube_fw_f4_v1240.zip
a79f1250c4018a14f0b84cd1a945b9f3



-DSTM32F4




Then I went to
www.st.com/resource/en/firmware2/stm32f4_dsp_stdperiph_lib_v180.zipQuestion

I’ve put the zip in the folder
C:\Users\AppData\Roaming\Ac6\SW4STM32\firmwares

and unzipped.
Now when you go for prj creation, the lib should be found.