Add: ISR now handling common exceptions

This commit is contained in:
xamidev
2024-07-14 21:41:04 +02:00
parent db77556cfa
commit c45c9b3b32
11 changed files with 443 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ SECTIONS {
. = 0x00100000;
.__mbHeader : {
*(.__mbHeader)
}
/* Align relevant sections at 4KB */
.text ALIGN (0x1000) :