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

Entry Point Mismatch in STM32 Project #1

Open
indesperate opened this issue Jul 3, 2024 · 0 comments
Open

Entry Point Mismatch in STM32 Project #1

indesperate opened this issue Jul 3, 2024 · 0 comments

Comments

@indesperate
Copy link

indesperate commented Jul 3, 2024

  • Firstly, I would like to thank you for providing such a comprehensive and detailed repository. I was learning STM32 recently, and I was confused by the entry point mismatch in STM32. I searched and found this repository; it has been incredibly helpful for helping me learning STM32.
  • I checked ResetHandler address value the Vector Table, it was also unaligned, and I searched again, and found this answer in stackexchange
  • It seems like the 1 bit at the end of the address indicates whether the vector handler is Thumb code since the address is always aligned.
  • Once again, thank you for your excellent work on this repository. I hope this information helps improve the project further.
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