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


Error in final launch sequence Reset command not defined for device 'Generic TCP/IP'

Hi vakr,

There are two possibilities:

- Download the previous version of eclipse (Oxygen.1) which does not contain the CDT 4.7.2 then reinstall all Ac6 toolset.
You can download the eclipse oxygen.1 here:
https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen1Question
Choose in function of your OS in the right panel of this webPage


- Or uninstall all CDT plugins in your eclipse (Oxygen.2) using Help -> About Eclipse -> Installation details
Uninstall
Then install previous version of CDT using Help -> Install New Softwares...
Add the CDT repository 9.3:
AddRepo
( Here the link for “Location” field: http://download.eclipse.org/tools/cdt/releases/9.3Question )
And install the cdt features you need.

BR,
Elliot

Hello Elliot,
The option 2 does not work for me :-(
As I don’t want to reinstall eclipse, does it exist any other driver update, or other alternative ?
Thanks.
KR
Sirma

Hi Sirma Siang,

In the debug configuration of your project, in the debugger tab, uncheck

“Reset and Delay (seconds)” and
“Halt”

BR,
Elliot