tsNvmDefs
The following structure contains information used to configure access to Flash memory:
typedef struct
{
tsOTA_HwFncTable sOtaFnTable;
uint32 u32SectorSize;
uint8 u8FlashDeviceType;
}tsNvmDefs;
where:
sOtaFnTableis a structure specifying the callback functions to be used by the cluster to perform initialization, erase, write and read operations on the Flash memory device (see Section 49.11.3) - if user-defined callback functions are not specified, standard NXP functions will be usedu32SectorSizeis the size of a sector of the Flash memory device, in bytesu8FlashDeviceTypeis a value indicating the type of Flash memory device, one of:E_FL_CHIP_INTERNAL (Device internal Flash- default)
Parent topic:Structures