Skip to content

Commit c9fe09f

Browse files
committed
[bsp][GD32E503] fix project and link file
1 parent c4d7a8a commit c9fe09f

File tree

4 files changed

+2501
-2052
lines changed

4 files changed

+2501
-2052
lines changed

bsp/gd32/arm/gd32e503v-eval/board/linker_scripts/link.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ define symbol __ICFEDIT_intvec_start__ = 0x08000000;
77
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
88
define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF;
99
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
10-
define symbol __ICFEDIT_region_RAM_end__ = 0x201FFFF;
10+
define symbol __ICFEDIT_region_RAM_end__ = 0x2001FFFF;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x200;
1313
define symbol __ICFEDIT_size_heap__ = 0x200;

0 commit comments

Comments
 (0)