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

DFU & Interrupts #7

Closed
jamesle-0812 opened this issue May 10, 2021 · 1 comment
Closed

DFU & Interrupts #7

jamesle-0812 opened this issue May 10, 2021 · 1 comment

Comments

@jamesle-0812
Copy link

Hi there, I'm interested in your works which can help me get rid of st-link. However I wonder whether your project supports interrupts mode. I have tried a few dfu bootloaders and both of them didn't support the mode. I have talked to an expert and he said that the code should be reprogrammed NVIC default address to work with the new vector table. Besides, do you mind to compile a .bin file and upload it with some basic instructions? It would be helpful to a beginner like me. Thanks in advance!

@davidgfnet
Copy link
Owner

The bootloader does indeed reprogram the base VTOR to the user table so that interrupts work.
The stack pointer is also read from there.

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

2 participants