Commit 824e974
committed
fix(examples): enforce 256-byte alignment on exception vector table for Cortex-M0+
Cortex-M0+ Technical Reference Manual:
> If implemented, the VTOR enables bits[31:8] of the vector table
> address to be specified.
Fixes `smp_rp_pico` misbehaving depending on seemingly unknown factors.1 parent 0a2dcd1 commit 824e974
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments