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


Target Options Configuration similar to Keil?

I am currently working through a class on Bootloader development for the STM32F047G-DISC1 and have run into the issue that I am new to using the System Workbench for STM32. In one of the sections the instructor (who is using Keil) has us change the location within the flash that we want to program our user mode app into (in this case sector 2, at 0x0800800, rather than sector 0, at 0x08000000). In his example he opens up the Target Options screen of keil and changes the IROM1 address.

My problem is that I cant seem to find a similar option within the System Workbench for STM32. Does this ability exist within the GUI or must I manually change the linker script?

The version I am using is:

System Workbench for STM32 - C/C++ Embedded Development Tools for MCU

Version: 2.5.0.201807130628
Build id: @build@

Copyright (c) 2012 - 2014 Ac6 Tools. All rights reserved.
Visit http://www.openstm32.orgQuestion

Thanks for the help.

-- Michael --

Hi Michael,

Sorry, there is no gui to change the sections. You have to manually edit the LinkerScript.ld.

Regards,
Kevin.

Kevin:

Drats....I had a feeling that was the case but I thought I would just ask too make sure.

Thanks and have a great weekend.

-- Michael --