cancel
Showing results for 
Search instead for 
Did you mean: 

GNU LD Linker script for STM32F411

arnaud239955
Associate II
Posted on August 26, 2015 at 22:30

Hello All,

I haven't found any linker script for ld / STM32F411 in the Cube package.

Can you advice me on which script to use ? I found old versions on the Internet generally not compatible (libopencm3 for instance) with the ST provided startup script.

Any advice / clue will be appreciated.

Thanks a lot

Zirco
3 REPLIES 3
thomfischer
Senior
Posted on August 27, 2015 at 00:13

create a project with CubeMx for Toolchain SW4STM32,

it generates a linker scrip in the folder <CubeProject>/SW4STM32/template Configuration

Amel NASRI
ST Employee
Posted on August 27, 2015 at 11:11

Hi Zirconium,

There are ld scripts for STM32F411RE under

-  STM32Cube_FW_F4_V1.7.0\Projects\STM32F411RE-Nucleo\Templates\TrueSTUDIO\STM32F4xx-Nucleo or

- STM32Cube_FW_F4_V1.7.0\Projects\STM32F411RE-Nucleo\Templates\SW4STM32\STM32F4xx-Nucleo

besides to the ones under projects folders.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

arnaud239955
Associate II
Posted on August 27, 2015 at 17:43

Mayla, Thomas.004,  thank you very much.

Zirco