Microchip® Advanced Software Framework

conf_nvm.h File Reference

This file for Persistent Data Storage Configuration Header file.

Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define CONF_PDS_NVM_ID   PDS_INTERNAL_FLASH_ID
 
#define NV_MEMORY_END   ((PDS_START_ADDRESS + PDS_SECTOR_SIZE * PDS_SECTOR_COUNT) - 1)
 
#define PDS_SECTOR_COUNT   2
 
#define PDS_SECTOR_SIGNATURE   "PDSNVM"
 
#define PDS_SECTOR_SIZE   4096
 
#define PDS_START_ADDRESS   0x003C000
 

#define CONF_PDS_NVM_ID   PDS_INTERNAL_FLASH_ID
#define NV_MEMORY_END   ((PDS_START_ADDRESS + PDS_SECTOR_SIZE * PDS_SECTOR_COUNT) - 1)

Referenced by pds_nvm_read().

#define PDS_SECTOR_COUNT   2
#define PDS_SECTOR_SIGNATURE   "PDSNVM"

Referenced by pds_delete_all(), and pds_init().

#define PDS_SECTOR_SIZE   4096

Referenced by pds_nvm_init().

#define PDS_START_ADDRESS   0x003C000

Referenced by pds_nvm_init().