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


Issue when import programme from MBED

Thanks Tarek, with -specs=nosys.specs it compile now completly biggrin, but when I debug the software is in infinit loop cry

with first message :


Warning: the current language does not match this frame.
No source file named C:\Users\thier\Projets\10 - workspace\Pebble2STM\Pebble2STM\Src\main.c.



And loop when I pause the debugger:
Default_Handler:
Infinite_Loop:
b Infinite_Loop
.size Default_Handler, .-Default_Handler

any idea ?

Thierry,

I also have the same error after updating the plugin today.

This GDB was configured as “--host=i686-linux-gnu --target=arm-none-eabi”.

“Warning: the current language does not match this frame.”

And once you continue you get:

Error: JTAG failure -4
Error: JTAG failure -4
Polling target stm32f1x.cpu failed, trying to reexamine
Examination failed, GDB will be halted. Polling again in 6300ms


I do have the same error, I come from Arduino Background, so it look odd and new to me.