1.5.1.1 How The Library Works

The PRIME Storage service library offers the necessary functions to manage persistent information data, which include:
  • Read persistent data from non-volatile memory
  • Write persistent data from non-volatile memory

There are different information types that can be accessed (see SRV_STORAGE_TYPE Enum).

The implementation depends on the used MCU device:
  • For PIC32CXMT devices, it is implemented using the User Signature (SEFC0).
  • For other MCU devices, it is not implemented yet.

This library needs to be initialized, but it does not need to be maintained periodically.