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 flash write for Atmega328p when using ISP interface #43

Closed

Conversation

araqioui
Copy link

@araqioui araqioui commented Apr 16, 2024

This MR is about adding delay between consecutive flash page write operations for the Atmega328p devices when using the ISP protocol.
This fixes the problem of corrupted writes that occurs when writing multiple flash pages consecutively.

@araqioui araqioui closed this Apr 16, 2024
@xedbg
Copy link
Contributor

xedbg commented Apr 16, 2024

Which hardware tool are you using that needs this delay to work correctly?

@araqioui
Copy link
Author

araqioui commented Apr 16, 2024

Which hardware tool are you using that needs this delay to work correctly?

@xedbg Atmel Ice probe using ISP interface.

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.

None yet

2 participants