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 CubeMX - only Debug ?  

CubeMX - only Debug ?

When you used “run’ the “debug” configuration was used it is “run or debug” condfiguration.

Run basicaly program the binary into the mcu flash and then reset “shutdown” the devcie when done.

that shutdwon message is certainly concerning the debugger that is use to flash.
over break message is also comming from debugger. Aftrer mcu reset, the cpu was halted on the reset vector
or neraby ( pc: 0x20000042 ) what is best done as we want the mcu in a known state and halted while we reprogram it’s flash.

It is Like if you started debug , did not ran any code and exit imediatly reseting the board.
btw most user just do not look at all this debugger mesage , just do the same unless you’r having debugger or debug start issue ;)


I can only agree stm32 world is a bit frustrating for new comer , can be a bit hard to start but then it is not so bad :-D

to get demo again on board get the binary from st site (reflash using stlink utility)
or open the board demo project rebuilt and flash it wit the workbench.
As you installed CubeMX CubeF4 lsources are in “C:\Users\michel\STM32Cube\Repository\STM32Cube_FW_F4_V1.9.0\Projects\STM32F429I-Discovery\Demonstrations\SW4STM32”
just replace michel and f/w version by your user name and version you get (

Note that using existing example project is btw a nice way to learn ;)