Application Configuration
[Configuration]


Detailed Description

The application configuration is stored in the PIC microcontroller's internal EEPROM in the first 256 bytes of data. The structure of the data is defined in the APP_CONFIG_ENUM enumeration.
The device's default configuration is set in the eeconfigArray[] array in the appcfg.c file. This array will define the values for the entire APP_CONFIG_ENUM, which contains all application configuration. At compilation this data is added to the hex file, which is then written to the PIC's internal EEPROM at programming. Some programmers will have the options during programming not to program the PIC's internal EEPROM memory. It is important to enable the programming of the internal EEPROM to have this default device configuration written to the EEPROM.


Files

file  appcfg.h
 Application Configuration functions.

Defines

#define APPCFG_SYSFLAGS_BLINKB6   0x02
#define APPCFG_SYSFLAGS_PLLON   0x01


Define Documentation

#define APPCFG_SYSFLAGS_BLINKB6   0x02

#define APPCFG_SYSFLAGS_PLLON   0x01

Mask for bits in APPCFG_SYSFLAGS config byte


Generated on Thu Sep 21 20:31:04 2006 for SBC65EC Web Server by  doxygen 1.4.7