Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cortex_m::asm::bootload doesn't mention vector table relocation #559

Open
dimpolo opened this issue Sep 26, 2024 · 0 comments
Open

cortex_m::asm::bootload doesn't mention vector table relocation #559

dimpolo opened this issue Sep 26, 2024 · 0 comments

Comments

@dimpolo
Copy link
Contributor

dimpolo commented Sep 26, 2024

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

See also rust-embedded/cortex-m-rt#338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant