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 Run without program?  

Run without program?

France

Hi,

To debug an already programmed image, just disable image loading by editing your debug configuration: project >> Debug as... >> Debug configuration >> no-load_configuration >> Startup then uncheck the Load image check-box... (but, of course, keep Load symbols checked or you will not be able to debug...)

Be careful however, if you change the source code of your program, you must use a loading configuration at least once, or you will still debug the old program with the new symbol table, yielding incomprehensible results...

Hope this helps,

Bernard (Ac6)