IAR+eeprom
Fuzesi Arnold
arno at externet.hu
Sun May 16 16:55:46 CEST 2004
Vajon miert nem muxik?
typedef struct {
uint checksum;
ulong lenght;
uint ee_checksum;
uint ee_lenght;
}SW_CFG;
__eeprom static SW_CFG* ee_sw_cfg;
ee_sw_cfg=(SW_CFG*)(0x1000-sizeof(SW_CFG));
ee_sw_cfg->checksum=checksum;
ee_sw_cfg->lenght=lenght;
Létrehozok egy __eeprom tipusu mutatot
Ennek ertekul adom a (max eeprom cim - a tarolni kivant struktura merete
cimet.)
Majd erteket adok a tagjainak.
Hol van benne a bukfenc szerintetek?
Arnold
More information about the Elektro
mailing list