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


Debugging setup issue on ST discovery and eval board

Thank you Bernard. Linking to the elf file in the main debug C/C++ Application tab partially solved my issues. I got one of the STM32F4 cube example projects to run, although repeating the procedure with the other cube projects is failing. I either can’t get them compiled without errors, or if they do compile, and I debug/run, nothing happens on the micro-controller.

In general I find that openstm32 is buggy when it comes to STM32F4 cube. If I run the example projects in IAR Embedded Workbench, I never have any problems, but of course my demo version of that IDE expired, hence the need for openstm32.

If I create my own projects with my own source files from scratch in openstm32, I usually don’t have problems, its just the cube which makes me yell out loud with profanity in my office.

To answer some of your questions, I’m using STM32F429 with the 429 Eval board. All I want to do is run the example projects in STM32F4 cube using openstm32 in order to help me in my own development.