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


Add *.dll library file to project

Hi Bernard,

Thanks a lot for the answer.
Could you tell me if the is any other option to close a c-library?

Best regards,
Kasia

France

Hi Kasia,

What do you mean exactly by “close a c-library”?

If you have the C source code you may try to compile it; however if it is dependent on Windows, you may not be able to compile it as it may depend on OS-provided features. Then you can create a static library and use it in other projects, or just integrate the source code in those.

If you only have the object code (*.dll) there is regretfully no way to use it.

Bernard (Ac6)