You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
Block device driver using the mbed OS FlashIAP API.
3
3
4
4
# Warning
5
+
This driver is **EXPERIMENTAL** and improper usage could kill your board's flash.
6
+
5
7
This driver should only be used on platforms where the FlashIAP implementation is using external flash or in conjunction with a filesystem with wear leveling, that can operate on a page size granularity.
6
8
7
-
The BlockDevice API assumes a uniform erase size so the underlying flash must also have uniform sectors.
9
+
Additional concerns:
10
+
- The BlockDevice API assumes a uniform erase size so the underlying flash must also have uniform sectors.
11
+
- The FlashIAP may freeze code execution for a long period of time while writing to flash. Not even high-priority irqs will be allowed to run, which may interrupt background processes.
0 commit comments