We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I noticed that it has only the 64 KB block erase function,
Would it be possible to create a function for 32KB?
I cloned the 64KB function and replaced the command 0xD8 with 0x52, it seems to have worked.
Sometimes it is necessary to erase a number of sectors above 32KB and below 64KB, and this function can save some execution time.
The text was updated successfully, but these errors were encountered:
Hello. I am working on GSM library now. In future I'll edit this library.
Sorry, something went wrong.
No branches or pull requests
Hello,
I noticed that it has only the 64 KB block erase function,
Would it be possible to create a function for 32KB?
I cloned the 64KB function and replaced the command 0xD8 with 0x52, it seems to have worked.
Sometimes it is necessary to erase a number of sectors above 32KB and below 64KB, and this function can save some execution time.
The text was updated successfully, but these errors were encountered: