• Structure Size
    Hi....I am writing code for STR710FZ2 using Keil compiler.when i checked the sizeof a structure which i defined i got the size as 12 eventhough the actual size is 10.Since arm is 32 bit i can only defines...
  • Structure Size
    Hi....I am writing code for STR710FZ2 using Keil compiler.when i checked the sizeof a structure which i defined i got the size as 12 eventhough the actual size is 10.Since arm is 32 bit i can only defines...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Size limit for single data-structure?
    I seem to recall in the previous discussion forum there was a note relating to generating single, large, data-structures? Is there a limit imposed by the C51 toolset on the size of a single data-structure...