Interacting with the linker scripts in the STM32F4 BSP
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Jul 16 05:29:20 UTC 2014
On 07/15/2014 12:53 AM, Mr. Andrei Chichak wrote:
> MEMORY {
> PARAM_INT : ORIGIN = 0x000FF800, LENGTH = 2k
> }
>
> SECTIONS {
> .params : {
> *(.params)
> } > PARAM_INT
> }
Use the above and add (plus the base memory regions)
INCLUDE linkcmds.base
or
INCLUDE linkcmds.name_of_bsp
at the bottom.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the users
mailing list