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


Flash offset for custom bootloader

Good daytime. I writing custom bootloader for stm32f051 (if it important). I wrote all parts in Keil MDK, all of them working fine. At now I need to migrate project to AC6 System Workbench SW4STM32. I created template in CubeMX and transfer code to them. To final project I need set offset (from 0x8000000 to 0x8001000 start address of my program, but I can’t find place where I can do this).
can you poke my nose? I can’t find it for two days, and google doesn’t help
Снимок
Here’s a screenshot were I can change offset in Keil. I need the same in AC6.

Hi,

I’m not sure but I think you should manually edit the linker script file. It is the *.ld file in your project.

Regards,
Kevin.