链接地址到4kw,4rocket联合仿真

This commit is contained in:
Ruige Lee
2025-01-15 11:21:44 +08:00
parent fef7acb54a
commit 65c9c746a2
2 changed files with 218 additions and 41 deletions

View File

@@ -2,7 +2,7 @@ ENTRY(_prog_start)
SECTIONS
{
RAM_BASE = 0x80000000;
RAM_BASE = 0x40000000;
. = RAM_BASE;
@@ -37,6 +37,6 @@ SECTIONS
_RODATA_END_ = .;
}
. = 0x80000800;
. = 0x40000800;
.trap_entry : { *(.trap_entry)}
}