Page 1 of 1

Missing linker script for STM32F070F6  Topic is solved

Posted: Wed Sep 12, 2018 9:43 am
by Cesare
Hi Giovanni,
I am developing with STM32F070F6, master branch on git.

I can't find any suitable linker script file in os/common/startup/ARMCMx/compilers/GCC/ld because STM32F070xB.ld defines wrong size for both FLASH and RAM.
So, if I am not wrong, I suggest to add STM32F070x6.ld

Additional info
os: Xubuntu 16.04
ide: Eclipse Neon
toolchain: gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for Arm Embedded Processors 7-2018-q3-update)

Re: Missing linker script for STM32F070F6

Posted: Wed Sep 12, 2018 1:14 pm
by Giovanni
Hi,

Added the file, thanks.

Giovanni