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


Ac6 + STM32 + STLink-V2 debug environment issues

Hi,
As attached, when I tried to debug with Ac6 STM32 Debugging, the Debug button is invalid.
Could anyone help me to figure out how to setup the debug environment with Ac6 + STM32 + STLinkV2?
DebuggerTab

Hi,

“Ac6 STM32 Debugging” is only compatible with project created with the toolchain “Ac6 STM32 MCU GCC” in which you must define a board and a mcu (because some debug information are linked to the target). Are you sure your project was created this way and not using feature provided by plugins you’ve installed yourself manually ?

Regards,
Kevin

Thanks Kevin, your opinion is very useful, I’m sure that the project was not created with Ac6 toolchain.
Let me try to make a new project with Ac6 toolchain at first. Thanks a lot!
BTW, how can I setup the environment with GDB openOCD debugging? When I tried to work on it, my project couldn’t enter the main() code like this.
Main()