Skip to content

Commit 634c25b

Browse files
committed
mb9bf566k bugfix linkerscript ram address
1 parent 403e6a3 commit 634c25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/chip/mb9bf566k/linkerscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Memories definitions
1818
MEMORY
1919
{
2020
rom (rx) : org = 0x00000000, len = 512k
21-
ram (rwx) : org = 0x1ff80000, len = 32k
21+
ram (rwx) : org = 0x1fff8000, len = 32k
2222

2323
/* Note the following ranges are not on the I or D code bus */
2424
ram1 (rwx) : org = 0x2003c000, len = 16k

0 commit comments

Comments
 (0)