File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ENTRY(reset_handler)
2
2
3
3
MEMORY
4
4
{
5
- FLASH (rx) : ORIGIN = 0x00000000 , LENGTH = 128K
5
+ FLASH (rx) : ORIGIN = 0x08000000 , LENGTH = 128K
6
6
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
7
7
}
8
8
You can’t perform that action at this time.
0 commit comments