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


Do not reset the program in Debug mode

Hello,

I working with this programming environment and I colided everytime to the folowing problem: when I try to debug my firmware, which contains mistakes, if it jams in an open loop or hardware fault or in everywhere I don’t reset the program counter with a button. Therefore everytime must stop the debug mode and run it again. This operation lost a lot of time. Please create a button or an option which reset the program counter like in the Keil environment or any other programming environment.

Sincerelly,
Szabolcs

this is requedted for a while
in the meantime if you have a board with a physical reset button
give a run and press the reset h/w button that will reset everything and debugger shall hit the main brakepoint again.

alternatively you can add a function in your project that call NVIC_SystemReset()
when you need to reset while stoped in debugger head up to this fucntion code
right clijck at use “move to line” thsi will set pc here, let’s run it will reset the mcu
that may not alway wok as not all system is reset

Thank You diabolo38 for Your rapid answer and advice. These are fine but if I didn’t want to design a push button to my applicatation not really good. Any application that We designed the reset button is unnecessary. The NVIC_SystemReset() function is viable but a little bit uncomfortable. In every moment when the program jam I have to search this function between the program lines. So You told me that the reset feature don’t want You implement in the future? I think that this feature would be very useful not just for me, for all of the users whose work with it. Please if it is possible implement it.

Sincerelly,
Szabolcs