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

fix: Stabilize SWD Programming for Swan (STM32L4R5) #1694

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

zfields
Copy link
Contributor

@zfields zfields commented Apr 19, 2022

Previous value for BluesW.menu.upload_method.swdMethod.upload.options causes option bytes to become corrupted.

Fix leverages ERASE option provided by stm32CubeProg.sh, which includes -e all in the parameters provided to STM32_Programmer_CLI.

Previous value for `BluesW.menu.upload_method.swdMethod.upload.options` causes option bytes to become corrupted. Fix leverages `ERASE` option provided by `stm32CubeProg.sh`, which includes `-e all` in the parameters provided to `STM32_Programmer_CLI`.
@zfields
Copy link
Contributor Author

zfields commented Apr 19, 2022

This is an alternate and more stable solution to: #1495
The existing solution led to: stm32duino/Arduino_Tools#84

@fpistm fpistm added this to the 2.3.0 milestone Apr 20, 2022
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Apr 20, 2022
STM32 core based on ST HAL automation moved this from In progress to Reviewer approved Apr 20, 2022
@fpistm fpistm merged commit 4e22018 into stm32duino:main Apr 20, 2022
STM32 core based on ST HAL automation moved this from Reviewer approved to Done Apr 20, 2022
@zfields zfields deleted the swan-swd-upload branch April 20, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants