Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

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.