Commit f17d98d
committed
cortex-m-rt: Fix max_int_handlers on armv8m
Fixed interrupt count for Cortex-M23 (240) and Cortex-M33 (480) based on the technical reference manual. The original value of 496 referred to the entire vector table length, with exceptions length already included in the assert check.1 parent b188019 commit f17d98d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments