NVProperty generic key value store using the MCU flash area.

Dependents:   Turtle_RadioShuttle

Revision:
8:b42bb4130002
Parent:
5:2560e615ccd5
Child:
12:5539cdc8be4b
--- a/NVProperty_L4OTP.cpp	Sun Feb 03 13:00:24 2019 +0100
+++ b/NVProperty_L4OTP.cpp	Mon Feb 04 10:04:54 2019 +0100
@@ -66,6 +66,7 @@
 	_lastEntry = NULL;
 	
 	_FlashInititalize();
+	_GetFlashEntry(0); // inits the _lastEntry record
 }