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
A simple example to write to 4 MB.
The text was updated successfully, but these errors were encountered:
Do not understand what you mean
Sorry, something went wrong.
The board come with 4mB flash, I tried to use SPI but was unable to access the flash memory, so I was hoping if you could help with an example, thanks
The 4mB flash is external, right?
All your programs will be downloaded to flash. It is where the firmware is stored.
You can use the file system directly. Examples are indicated in Arduino. name is SPIFFS
No branches or pull requests
A simple example to write to 4 MB.
The text was updated successfully, but these errors were encountered: