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


Programming Application in Specified address and Debug

France

Hi,

Your problem was described, and solved, in several forum topics; for example look at http://www.openstm32.org/forumthread2364Question, the previous to last post explain how to avoid the bootloader to be erased when programming the application and may help you.

Also do not forget to change the vector table offset as explained in the same post.

For more information on this just do a search for “bootloader” in the forum.

Bernard (Ac6)