Skip to content
New issue

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

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

Already on GitHub? # to your account

Fixing low-voltage flashing on STM32F7 parts. #567

Merged
merged 2 commits into from
Mar 14, 2017

Conversation

zulusw
Copy link
Contributor

@zulusw zulusw commented Mar 10, 2017

Added stm32f7.s and stm32f7lv.s (the sooner was already supported but probably the definition of loader_code_stm32f7 in flash_loader.c was just winged from the F4 version by manually adding the opcode for the "dsb").

Instead of copy & paste the voltage detection code, I refactored it into a function. If that is not cool, let me know and I can revert that part.

Also, I haven't got a chance to test it out on an M4 yet. Will do over the weekend.

@xor-gate
Copy link
Member

Looks good, If you verify and let me know it works on M4 we are good to go!

@xor-gate
Copy link
Member

Checked already on m4 ?

@zulusw
Copy link
Contributor Author

zulusw commented Mar 14, 2017 via email

@xor-gate xor-gate merged commit bc48e99 into stlink-org:master Mar 14, 2017
@xor-gate
Copy link
Member

Great, thanks for the improvement!

@xor-gate xor-gate added this to the v1.3.2 milestone Mar 14, 2017
@Nightwalker-87 Nightwalker-87 linked an issue Mar 17, 2020 that may be closed by this pull request
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32F7 devices failed to program at low-voltages.
3 participants