Contains firmware version and CRC32 checksum sections. More...
#include "xtypes.h"
#include "global.h"
Go to the source code of this file.
Defines | |
#define | EXPORT |
Variables | |
const UINT16 | g_u16ApplicationVersion = FW_VERSION |
UINT16 variable to store the application firmware version at a dedicated memory position. | |
const UINT32 | g_u32ApplicationCRC = APPLICATION_CRC |
UINT32 variable to store the firmware checksum at a dedicated memory position. | |
const S_MEM_STRUCTRUE | sMemoryEEPROM |
Variable to reserve memory for structure in EEPROM. |
Definition in file global.c.