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


SOLUTION: Create script failure: fail to retrieve target

See a difference between XML texts of a ‘.cproject’ files, generated with (different, Windows and Linux) versions of STM32CubeMX:

Failed with %subj message:


...
storageModule moduleId=”refreshScope” versionNumber=”2”
configuration artifactName=”${ProjName}” configurationName=”Debug”
resource resourceType=”PROJECT” workspacePath=”F103CAN”
configuration
storageModule
...



and, working as expected:


...
storageModule moduleId=”refreshScope” versionNumber=”2”
configuration configurationName=”Debug”
resource resourceType=”PROJECT” workspacePath=”F103CAN”
configuration
storageModule
...



(Deleted XML tag symbols, as this board srews up text with them)

This text is near the ent of ‘.cproject’. Offending part marked bold. Just deleting that words make me able to create new debug configuration using built-in script generator.