2.12.2 sEEPromConfigValid eepConfValid

The sEEPromConfigValid eepConfValid variable contains the configuration settings for the system initialization.

confInitFlags

The configuration initialization flags enable and disable available initialization functions at the system start.

Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
0x0008 confInitFlags AntTune TempMeas SRC FRC

Bit 7: AntTune – Antenna Tuning at System Start

0 = Antenna tuning disabled at system start

1 = Antenna tuning enabled at system start

Bit 6: TempMeas – Temperature Measurement at System Start

0 = Temperature measurement disabled at system start

1 = Temperature measurement enabled at system start

Bit 5: SRC – SRC Calibration at System Start

0 = Polling cycle calibration disabled at system start

1 = Polling cycle calibration enabled at system start

Bit 4: FRC – FRC Calibration at System Start

0 = FRC calibration disabled at system start

1 = FRC calibration enabled at system start

Bits 3..0: Reserved Bits

These bits are reserved for future use and must be set to ‘0’.

confVal

The configuration valid setting indicates whether the EEPROM settings are valid or not.

Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
0x0009 confVal NVAL[1:0]

Bits 7..2: Reserved Bits

These bits are reserved for future use and must be set to ‘0’.

Bits 1..0: NVAL[1:0] – Valid EEPROM Configuration

NVAL1

NVAL0

Function

0

X

The EEPROM configuration is not valid. The whole EEPROM has to be configured via the SPI interface with the application-specific settings.

1

0

The EEPROM configuration is valid. The transceiver operates with the current settings in the EEPROM.

1

1

The EEPROM configuration is not valid. The whole EEPROM has to be configured via the SPI interface with the application-specific settings.

confVMCSR

The confVMCSR setting is a copy of the voltage monitor control and status register (VMCSR) used for the voltage monitor configuration. See Power Supply Settings for a functional description and Power Management for a hardware description.

Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
0x000A confVMCSR VMF VMIM VMLS[3:0]

Bits 7..6: Reserved Bits

These bits are reserved for future use and must be set to ‘0’.

Bit 5: VMF – Voltage Monitor Flag

Bit 4: VMIM – Voltage Monitor Interrupt Mask

Bits 3..0: VMLS – Voltage Monitor Level Select

funcPtr

The funcPtr points to a routine executed while the system initialization is in progress (MSB-first). The customer can assign an address for the function pointer to execute an additional system initialization code. If the setting is set to ‘0’, no additional initialization is done. See Function Pointer Execution for a functional description.

Address Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
0x000B funcPtr[0] pFunc[7:0]
0x000C funcPtr[1] pFunc[15:8]