FOSSASAT-1B
EEPROM Variables
Collaboration diagram for EEPROM Variables:

Macros

#define EEPROM_RESET_VALUE   0xFF
 
#define EEPROM_FIRST_RUN   0
 
#define EEPROM_CONSECUTIVE_RUN   1
 

Detailed Description

Test:

(ID CONF_EEPROM_VAR_T0) (SEV 1) Check that the EEPROM_RESET_VALUE is suitable.

(ID CONF_EEPROM_VAR_T1) (SEV 1) Check that the EEPROM_FIRST_RUN is suitable.

(ID CONF_EEPROM_VAR_T3) (SEV 1) Check that the EEPROM_CONSECUTIVE_RUN is suitable.

Macro Definition Documentation

◆ EEPROM_CONSECUTIVE_RUN

#define EEPROM_CONSECUTIVE_RUN   1

The value written to the EEPROM address EEPROM_FIRST_RUN_ADDR after the first startup sequence.
See EEPROM Address Map

Definition at line 367 of file configuration.h.

◆ EEPROM_FIRST_RUN

#define EEPROM_FIRST_RUN   0

The value written to the EEPROM address EEPROM_FIRST_RUN_ADDR before the startup sequence.
See EEPROM Address Map

Definition at line 366 of file configuration.h.

◆ EEPROM_RESET_VALUE

#define EEPROM_RESET_VALUE   0xFF

EEPROM reset value (255).

Definition at line 365 of file configuration.h.