You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments