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


Debug problems AC6

Hi,

I am new to stm and system workbench enviroment. I am using the STM32F205VB uC and the HAL library.
I have multiple interrupt routines loacted in the same file, when I try to set a break point on some of the ISR’s I get the following error:
“Warning: the current language does not match this frame.”
Where the only available breakpoint is loacted in main and it is informed that there is no second breakpoint.

This is the case for all the ISR’s if the breakpoint is set before the debugger is started. If the debugger is started then the breakpoint is set, the breakpoint is registered for one of the ISR’s routine (not alll).

See attachment for more detailed information.

Any suggestions?