Skip to content

Commit f11facd

Browse files
committed
[EXPORT][CoIDE] [DISCO_407] and [NUCLEO_F4x1] memory areas
The templates now contains the memory areas preconfigured as they are used in linker scripts. When the CoIDE linker option 'Use memory layout from memory window' is manually switch on the correct memory layout is already there.
1 parent b3b70c6 commit f11facd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workspace_tools/export/coide_disco_f407vg.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</LinkedLibraries>
4040
<MemoryAreas debugInFlashNotRAM="1">
4141
<Memory name="IROM1" type="ReadOnly" size="0x00100000" startValue="0x08000000"/>
42-
<Memory name="IRAM1" type="ReadWrite" size="0x00020000" startValue="0x20000000"/>
42+
<Memory name="IRAM1" type="ReadWrite" size="0x0001FE78" startValue="0x20000188"/>
4343
<Memory name="IROM2" type="ReadOnly" size="" startValue=""/>
4444
<Memory name="IRAM2" type="ReadWrite" size="0x00010000" startValue="0x10000000"/>
4545
</MemoryAreas>

workspace_tools/export/coide_nucleo_f401re.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</LinkedLibraries>
4040
<MemoryAreas debugInFlashNotRAM="1">
4141
<Memory name="IROM1" type="ReadOnly" size="0x00080000" startValue="0x08000000"/>
42-
<Memory name="IRAM1" type="ReadWrite" size="0x00018000" startValue="0x20000000"/>
42+
<Memory name="IRAM1" type="ReadWrite" size="0x00017E6C" startValue="0x20000194"/>
4343
<Memory name="IROM2" type="ReadOnly" size="" startValue=""/>
4444
<Memory name="IRAM2" type="ReadWrite" size="" startValue=""/>
4545
</MemoryAreas>

workspace_tools/export/coide_nucleo_f411re.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</LinkedLibraries>
4040
<MemoryAreas debugInFlashNotRAM="1">
4141
<Memory name="IROM1" type="ReadOnly" size="0x00080000" startValue="0x08000000"/>
42-
<Memory name="IRAM1" type="ReadWrite" size="0x00020000" startValue="0x20000000"/>
42+
<Memory name="IRAM1" type="ReadWrite" size="0x0001FE68" startValue="0x20000198"/>
4343
<Memory name="IROM2" type="ReadOnly" size="" startValue=""/>
4444
<Memory name="IRAM2" type="ReadWrite" size="" startValue=""/>
4545
</MemoryAreas>

0 commit comments

Comments
 (0)