启用中断,开始调中断软件

This commit is contained in:
RuigeLee
2024-10-28 18:01:25 +08:00
parent ce18e90304
commit 7bcd0aaca0
6 changed files with 52 additions and 304 deletions

View File

@@ -36,4 +36,7 @@ SECTIONS
*(.rodata*)
_RODATA_END_ = .;
}
. = 0x80000800;
.trap_entry : { *(.trap_entry)}
}