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 MCU boot-up sequence question  

MCU boot-up sequence question

BootConf

Where is this “reset vector” located in the memory, because I believe it to be a fixed memory address, which then gets updated during flashing. How would the MCU otherwise know which of the three app locations and their respective reset_handles to jump to? This has to be one of the very first things things the MCU does when booting-up.