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


Problem Debugging : elf file format not recognised

I have just started with STM32L476-DISCO and System Workbench and have written some code to evaluate FREERTOS. All was good for first 2 days. Yesterday I changed some code and now although the code compiles I cannot debug it. I get the following messages:-

Error in final launch sequence
Failed to execute MI command:
symbol-file C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf

Error message from debugger back end:
`C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf’: can’t read symbols: File format not recognized.
`C:\Users\patm\workspace\FirstProject\Debug\FirstProject.elf’: can’t read symbols: File format not recognized.

Has anyone had this error? Any ideas ?

I deleted the elf file and rebuilt everything and than there was a compile error ????
It looks like the make didn’t work properly.

Whilst trying verious things i also noticed that the ‘Clean’ hangs.