Commit 2c2a8f7
committed
arch: arm: cortex_m: Allow VTOR to be relocated to DTCM
Relocate VTOR from SRAM to DTCM to minimize interrupt latency.
DTCM offers single-cycle access compared to multi-cycle SRAM reads.
This improves exception handling speed for real-time workloads.
Signed-off-by: Peter van der Perk <[email protected]>1 parent 7987614 commit 2c2a8f7
2 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
624 | 644 | | |
625 | 645 | | |
626 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
| 35 | + | |
32 | 36 | | |
0 commit comments