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
So I spend a while figuring out why my interrupts weren't working and it seems like I wasn't the first.
I think cortex_m::asm::bootload should at least mention setting VTOR in its documentation. Maybe it could even implement it directly if a set_vtor paramter is true or something similar