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


"Copy all used libraries into the project folder" option greyed out at project generation

Hello,

since a few weeks I am evaluating the STM32 MCUs and the STM32CubeIDE. I just noticed that the option, to always copy all HAL library files, is not available.
This is a serious issue for me, since I am planning to develope libraries that involve several features, which each require specific peripherals. However, not all features will always be used, for which reason they will be disabled in the .ioc file. Thus, the files that are included in the libraries are just not there and renders the project not compiling. Is there any workaround, setting or other thing I am missing?

Thanks in Advance.

Did you ever find a satisfactory answer/solution to this? I have found that often there are library/HAL files that “are not used” but are expected by some addon, e.g. X-CUBE-EEPROM middlewareQuestion. What I have done as a work-around is to download the HAL separately and copy the file(s) that I need. For example, the STM32CubeG4Question download includes the HAL for the STM32G4 series (i.e. `STM32Cube_FW_G4_V1.2.0\Drivers\STM32G4xx_HAL_Driver` folder)

However, I don’t have any idea how to make this option become enabled / usable. Perhaps it used to be supported in older versions but no longer is? Or maybe it’s only allowed in certain cases like when using C++ instead of C or something. I would love to get a better answer from ST / someone who knows though.