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


Debugger stopped working after upgrade to version 2.0 and 2.1

Hi,

You can activate the verbose mode for openocd by adding the option “-d” in your debug configuration: debugger tab -> “OpenOCD Options”. The verbose mode will help us to understand the issue.
But if you add this option, you may need to increase the console buffer size or simply turn off the limit. To do that,go to the preferences of the console (right click on the console -> preferences)

In my env (System workbench 2.1), a simple test case on a Nucleo-F411RE works.

Regards