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


Some (beginners) problems with OpenSTM32

Hi Harry,

this is how I solved the openocd problem: http://www.openstm32.org/tiki-view_forum_thread.php?comments_parentId=2221&topics_offset=69Question

Create a file blabla.cfg and refer to it as “local script” in the Debugger tab of the run/debug configurations dialog.
This file will not become overwritten.

I’m very interested to know whether this works out of the box for you
My Installation is totally recent and I had to replace
~/.p2/pool/plugins/fr.ac6.mcu.debug_1.7.0.201602121829/resources/openocd/scripts/target/stm32f1x.cfg (s.o)

BTW transport select “hla_swd” should be ok. The problem seems to be the reset config alone.

I’m using a Maple-mini (clone from ebay) and an ST-link v2 (clone from ebay).

Dieter