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

How to write block of data #1

Open
3a8r opened this issue Jul 24, 2017 · 1 comment
Open

How to write block of data #1

3a8r opened this issue Jul 24, 2017 · 1 comment

Comments

@3a8r
Copy link

3a8r commented Jul 24, 2017

Hi
I have a question, How can i write Data and read data to and from the flash using your code?

@kkostyan
Copy link
Owner

kkostyan commented Sep 9, 2017

It's pretty simple, use S25FL216K_PageProgram, S25FL216K_ReadData and one of Erase functions to prepare device for data write. Also see datasheet to disable write protection before data write.
Don't forget to checkout the update version of library.

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

No branches or pull requests

2 participants