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


Microcontroller internal memory arrangement inside this environment

Hi all,

I’m working an application with STM32F407, where I need a firmware update, so I have to implement a bootloader. For implementation it I have to rearrange the controller internal flash memory. In this environment existing an option/feature where can I do it?

For example if I want to allocate form 0x0000 to 0xFFFF for the bootloader and the rest part of memory for the application program where I can do it? Please help me.

Kind regards,
Szabolcs