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

STM32F7 devices failed to program at low-voltages. #566

Closed
zulusw opened this issue Mar 10, 2017 · 1 comment · Fixed by #567
Closed

STM32F7 devices failed to program at low-voltages. #566

zulusw opened this issue Mar 10, 2017 · 1 comment · Fixed by #567

Comments

@zulusw
Copy link
Contributor

zulusw commented Mar 10, 2017

The "parallelism" bits get set correctly but there wasn't an F7 low-voltage algo available.
So it ends up trying to perform a 32-bits flash programming with PSIZE fields set to 0x00.

I have a fix for it if. If interested I can submit a pull request.

@xor-gate
Copy link
Member

Hi @zulusw, thats a pitty. Indeed when flash is in low power mode it needs a different algo. With stlink2 and stlink2-1 we are able to detect the voltage and select a different algo. Feel free to submit a PR.

@xor-gate xor-gate added this to the Unplanned (Contributions Welcome) milestone Mar 10, 2017
@xor-gate xor-gate modified the milestones: v1.3.2, Unplanned (Contributions Welcome) Mar 14, 2017
@Nightwalker-87 Nightwalker-87 linked a pull request Mar 17, 2020 that will close this issue
@stlink-org stlink-org deleted a comment from xor-gate Mar 17, 2020
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Apr 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants