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


System Workbench to build Windows EXE?

Hi,

I bought a Nucleo development board.
I’ve used STMCubeMx to generated System Workbench project.
I can compile the project and use it on my dev board.

I’ve made some code and much of this code is application and not really linked to the board itself.

Now, I would like to take my project (the same sources) and compile those for Windows, to get an executable and be able to debug in it.
Of course, at first it won’t compile at all, but I want to try to abstract the platform.

That would help me in the future to do:
- Dev on my PC with debugging feature without the need for a board
- Put unit tests in my code and run those on my windows machine.

Any advice on the best way to acheive that?