• structure in keil
    dear sir/madam(s), I define simple structure in c(keil)for at89c52 mcu as bellow. struct MODE { YEAR:5; MONTH:5 }; struct MODE RUN,NON_RUN_MODE; My question is will my veriable RUN.YEAR...
  • structure in keil
    dear sir/madam(s), I define simple structure in c(keil)for at89c52 mcu as bellow. struct MODE { YEAR:5; MONTH:5 }; struct MODE RUN,NON_RUN_MODE; My question is will my veriable RUN.YEAR...
  • XDATA structure with include file compiling problem
    In this systemGlobals.c file I declare: struct SMBusADCEntry_entry { unsigned short int SMBusADCBankNumber; unsigned short int SMBusADCBankChannel; }; xdata struct SMBusADCEntry_entry SMBusADC...
  • Compiling a structure bigger than 4096 bytes
    Hi, I'm trying to compile a structure that is bigger than 4096 bytes, and the compiler (c51.exe V6.02d) answers : GENOMF FATAL-ERROR: TYPE-RECORD TOO LARGE (4096). Is there a solution different...
  • XDATA structure with include file compiling problem
    In this systemGlobals.c file I declare: struct SMBusADCEntry_entry { unsigned short int SMBusADCBankNumber; unsigned short int SMBusADCBankChannel; }; xdata struct SMBusADCEntry_entry SMBusADC...