|
|
@ -1,7 +1,6 @@ |
|
|
|
/* |
|
|
|
***************************************************************************** |
|
|
|
** |
|
|
|
|
|
|
|
** File : LinkerScript.ld |
|
|
|
** |
|
|
|
** Abstract : Linker script for STM32F407VETx Device with |
|
|
@ -129,11 +128,11 @@ SECTIONS |
|
|
|
_siccmram = LOADADDR(.ccmram); |
|
|
|
|
|
|
|
/* CCM-RAM section |
|
|
|
* |
|
|
|
* IMPORTANT NOTE! |
|
|
|
* If initialized variables will be placed in this section, |
|
|
|
* the startup code needs to be modified to copy the init-values. |
|
|
|
*/ |
|
|
|
* |
|
|
|
* IMPORTANT NOTE! |
|
|
|
* If initialized variables will be placed in this section, |
|
|
|
* the startup code needs to be modified to copy the init-values. |
|
|
|
*/ |
|
|
|
.ccmram : |
|
|
|
{ |
|
|
|
. = ALIGN(4); |
|
|
@ -173,8 +172,6 @@ SECTIONS |
|
|
|
. = ALIGN(8); |
|
|
|
} >RAM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Remove information from the standard libraries */ |
|
|
|
/DISCARD/ : |
|
|
|
{ |
|
|
@ -185,5 +182,3 @@ SECTIONS |
|
|
|
|
|
|
|
.ARM.attributes 0 : { *(.ARM.attributes) } |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|