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


You are viewing a reply to elf File not valid  

elf File not valid

Hi

Both logfiles are showing that there is no configuration ‘transport select’ for OpenOCD.
I was wondering whether a local config script (bla.cfg) at all exists in your run/debug config.

Maybe this has nothing to do with the error and can work with defaults.

I my logfiles I can find (below “Programming Started”) a line like this:
Info : STM32L4xx flash size is 256kb, base address is 0x8000000

How is the FLASH ORIGIN (base address) configured in your linker script (bla.ld) ?

What are the last lines (below Building target: ... Invoking: MCU GCC Linker) from the building console in your broken project?

Dieter