-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[feature] Extended support for STM32H7 & rework of software reset #1071
Conversation
@Ant-ON: Now, as our Travis CI is running again, |
@Nightwalker-87 I saw a link to the problem in a nearby discussion. I will try to fix it as soon as possible. Will I need to make a new pull request? |
Eh yes, as this one has been merged already, but you can continue on the used branch |
This fix improves MCU detection (specifically H7). Patch will add a check of the current MCU instructions mode and switch to thumb mode. In some cases, MCU may wrongly be in ARM instruction mode.
Optimizes MCU firmware via gdb. Adds automatic detection of cache presence and breakpoints style.
I checked this changes on the debug boards that I have (F0/F1/F3/G4). Also this branch was checked for H7 in #1059.
(Closes #532, Closes #801, Closes #1059, Closes #1063)
(Partially fixes #868, Partially fixes #1008)