Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

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 --