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


You are viewing a reply to Debugger does nothing  

Debugger does nothing

France

What kind of errors do you get? It’s difficult to help you with so few information

To debug under SW4STM32, you must create a debug configuration; these are not part of the project you’ve got from your vendor, so you have to create your own by right-clicing on the project then selecting Debug As >> Ac6 STM32 C/C++ Application; this should start the debugger correctly.

What could cause problem is if the project was configured for a board and you have another board connected to your PC. You should then create a new project, targeting the correct board and copy the source code for your project (just the application code itself, not the libraries).

HTH

Bernard (Ac6)