Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deroo
Nano33BLE-flash
Commits
8fa6a36c
Commit
8fa6a36c
authored
Jul 27, 2020
by
deroo
Browse files
Update README.md
parent
32b36ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8fa6a36c
...
...
@@ -35,6 +35,11 @@ and erase a page in flash with this motif:<br>
flashMode(FLASH_ERASE);
<br>
flashErasePage(pageNumber);
<br>
flashMode(FLASH_READONLY);
Read the array just as you would any other array:
value = arrayInFlash[index];
or
Serial.print(arrayInFlash[index]);
The first 16 pages (0-15) are used for the bootloader.
<b>
Do not corrupt the bootloader lest your Nano become useless!
</b>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment