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: use delayed write flash page in AvrIspProtocol #1

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

araqioui
Copy link

@araqioui araqioui commented Apr 18, 2024

This MR is about fixing the AvrIspProtocol.write_flash_page() by using the delayed write command with an optional delay parameter. A delayed write page flash is prefered over normal write command in terms of being in sync with MCU's flash memory timing constraints.
See this issue for further details on implementation : microchip-pic-avr-tools/pymcuprog#44

This MR is about fixing the AvrIspProtocol.write_flash_page() by using the delayed write command with an optional delay parameter.
A delayed write page flash is prefered over normal write command in terms of being in sync with MCU's flash memory timing constraints.
See this issue  for further details :  microchip-pic-avr-tools/pymcuprog#44
@araqioui araqioui force-pushed the fix/delay-wirte-flash-page-isp branch from 8665fbe to 5fba457 Compare April 18, 2024 09:32
@araqioui araqioui merged commit 057d631 into main Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants