Improve Flash programming#1772
Merged
RobertRostohar merged 7 commits intopyocd:developfrom Jun 10, 2025
Merged
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
- double buffering can cause stalls due to bus-related effects, potentially resulting in flash programming failures on devices with strict timing constraints.
… function is provided in the algorithm - on some devices a bus error is generated if memory is directly accessed when the device is erased.
… progress is made
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes in this pull request:
[Bug]: Programming fails on LPC55S69 when device is erased Open-CMSIS-Pack/vscode-cmsis-debugger#128
[Bug]: Flash programming fails on devices where the flash memory's erased value is 0x00 Open-CMSIS-Pack/vscode-cmsis-debugger#126
pyocd fails to write cortex_m0 / hk32f030mf4p6 chip after upgrade to 0.36 #1646
[Bug]: Unreliable flash programming on devices with timing constraints Open-CMSIS-Pack/vscode-cmsis-debugger#125
STM32H750 flash corruption with double buffering enabled #1700
STM32H753 binary fails to run #1696
Fail to program big files on stm32h743 #1200