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
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 aset_vtor
paramter istrue
or something similarSee also rust-embedded/cortex-m-rt#338
The text was updated successfully, but these errors were encountered: