Set_Nvram_Size - Advantech ADAM-5511 Manual

Table of Contents

Advertisement

Set_NVRAM_Size

Syntax:
void Set_NVRAM_Size(unsigned char sector)
Description:
Sets the battery backup RAM size. The unit is sectors, each sector is 4
Kbytes in size. Maximum size is 60 KB theoretically.
Parameter
sector
Return value:
None.
Example:
void main()
{
// sets NVRAM size to 60KB
Set_NVRAM_Size(15);
}
Remarks:
Maximum size is 60 KB theoretically. Actual size available depends on
the user's programming.
Description
NV RAM size in 4 KB sectors, from 1 to
15 sectors.

Advertisement

Table of Contents
loading

Table of Contents