Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
define symbol __ICFEDIT_region_ROM_end__ = 0x08080000;
define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x2001FFFF;
/*-Sizes-*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8004000</StartAddress>
<Size>0x80000</Size>
<Size>0x7C000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8008000</StartAddress>
<Size>0x200000</Size>
<Size>0x1F8000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x8008000</StartAddress>
<Size>0x200000</Size>
<Size>0x1F8000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
; | Unprivileged Data |
; ---------------------

LR_APP 0x08000000 0x00200000 ; load region size_region
LR_APP 0x08000000 0x00100000 ; load region size_region
{
ER_IROM_PRIVILEGED 0x08000000
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;
define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x64000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x640FFFFF;
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** @author : Auto-generated by STM32CubeIDE
**
** @brief : Linker script for STM32F407IGHx Device from STM32F4 series
** 2048Kbytes ROM
** 1024Kbytes ROM
** 64Kbytes CCMRAM
** 1024Kbytes RAM
**
Expand Down Expand Up @@ -47,7 +47,7 @@ MEMORY
{
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x64000000, LENGTH = 1024K
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
}

/* Sections */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
; | Unprivileged Data |
; ---------------------

LR_APP 0x08000000 0x00200000 ; load region size_region
LR_APP 0x08000000 0x00100000 ; load region size_region
{
ER_IROM_PRIVILEGED 0x08000000
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
; | Unprivileged Data |
; ---------------------

LR_APP 0x08000000 0x00200000 ; load region size_region
LR_APP 0x08000000 0x00180000 ; load region size_region
{
ER_IROM_PRIVILEGED 0x08000000
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
; | Unprivileged Data |
; ---------------------

LR_APP 0x08000000 0x00200000 ; load region size_region
LR_APP 0x08000000 0x00180000 ; load region size_region
{
ER_IROM_PRIVILEGED 0x08000000
{
Expand Down