• What's wrong with my struct *
    I'm using 80c390 in 24-bit mode (a TINI board). If I define the following: struct rtc { unsigned char seconds; unsigned char minutes; unsigned char hours; } struct rtc *p_time; I have a...
  • What's wrong with my struct *
    I'm using 80c390 in 24-bit mode (a TINI board). If I define the following: struct rtc { unsigned char seconds; unsigned char minutes; unsigned char hours; } struct rtc *p_time; I have a...
  • please help "what is the wrong with this program"
    hey all; i gotto finish my semester project but i couldnt compile this program. when i try to compile target there is an error; The output window said completely is; *RF_ANA_PROGRAM.C(58): error...
  • please help "what is the wrong with this program"
    hey all; i gotto finish my semester project but i couldnt compile this program. when i try to compile target there is an error; The output window said completely is; *RF_ANA_PROGRAM.C(58): error...
  • sizeof() reporting wrong size of struct
    Using ARM and RTX on MCB2300, I have the following struct defined from an extern file storage array: typedef struct choreoEvent { U8 flags; U16 leftover; U8 disable; U16 cueid; U32 time; char name...