Loading...
 
Skip to main content

System Workbench for STM32


ERROR_DOWNLOAD_TASK_START_ISSUE

Hello,
I am trying to work with STM32F407VGT6. I have downloaded the open STM32 software from openstm32.org. Then I installed FreeRTOS. After that I opened STM32 system Workbench. To create a workspace, I opened a new C project, selected my board and then I tried to download the Standard Peripheral Library (StdPeriph). But then. I got an error 'ERROR_DOWNLOAD_TASK_START_ISSUE'.

Can anyone please explain, why?

Hi snehadaise!
This is being discussed HERE and HERE with no final solution yet.
But perhaps some of the suggestions may help you (did not to me so far).


Hi snehadaise,
do you still have this problem?
Because I have the same 😑

regards,
fv


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=8030

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/firmware2Question
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.zip

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.