Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


Workbench can't see downloaded firmware

I was refering to extracting to same place, e.g. Desktop, and manually adding lib files to project, without creator.

Extracting to the same directory as downloaded ZIP file, so Workbench can notice it fails, because of “Path too long” error. The ZIP path itself (C:\Users\User\AppData\Roaming\Ac6\SW4STM32\firmwares.tmp_STM32FirmwareInstall_2364644042357059320.zip) is 103 characters. ZIP also contains long paths which adds to a number grater than 260 characters limit. An example:
C:\Users\User\AppData\Roaming\Ac6\SW4STM32\firmwares.tmp_STM32FirmwareInstall_2364644042357059320\stm32f4_dsp_stdperiph_lib_v180\STM32F4xx_DSP_StdPeriph_Lib_V1.8.0\Libraries\CMSIS\Documentation\Core\html\_c_o_r_em_i_s_r_aexceptions_pg.html
This is 245 characters, near the limit. And in the ZIP there are file with even longer names. So I suspect it can be the cause of creator failing to extract the firmware.
Related article: http://news.softpedia.com/news/microsoft-removes-260-characters-path-length-limit-in-windows-10-redstone-504596.shtmlQuestion