SaveDataF (Function) |
Top Previous Next |
SaveDataF will save a block of memory to a specific location in the persistent FRAM memory.
A total of 20 (X32) / 100 (NX32/NX32L) FRAM entries are available.
Input: index : INT (1..20 or 1..100) Location number the block of memory should be saved in.
data : ADR Address of the memory block that should be saved.
datasize : INT (1..255) Maximum size to save.
Returns: INT (Only reported from firmware version 5.00 / R1.30.00)
Declaration: FUNCTION SaveDataF;
Example: INCLUDE rtcu.inc |