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


Reset_config comes back

I’m using CubeMX to generate a project.

When I try to change the
reset_config srst_only srst_nogate
to
reset_config none
When attempting to program the chip reset_config returns to its original state.

How can I fix this?

Under Debug Configurations, the debugger tab, there is a Configuration script section, with a button for Automated Generation or User Defined. If you set it to “User Defined”, then your changes won’t get overridden.

It didn’t work.
The configuration is still reset



I suppose you didn’t press OK after setting to “User defined”.

For the “reset config none”, you can choose the “software system reset” in auto config.
I mean you don’t need to switch to user defined.