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


How do I upload and get the code to run withOUT debugging?

Coming from perspective of Arduino here. No idea how to use a debugger (serial debugging is my forté). I’ve got some blink code working on a Nucleo F103 board. How do I upload it without starting the debugger?

My current solutions are:
1) don’t use System Workbench to debug or upload. Just use it to build then drag the .bin file manually on top of the flash drive created by the programmer and it gets programmed automagically
2) Hit Debug then press F8 to continue past some sort of thread-based OpenOCD breakpoint or something I don’t know how to turn off

What I’d like to do is hit “Debug” then watch it upload, not do breakpoints, and start running immediately.

Thanks!