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
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: