• Structures
    In my application I have a number of different structure variables. In all cases the members are unsigned char. I pass the structure to a function via a pointer where the various structures may have...
  • structures
    so lots of threads on this forum say you must not care about how the compiler puts things into structures with alignment and padding and stuff then we look at example code with structures used to...
  • Structures problems
    When used a structure inside a structure while both of them being called with pointers the chip doesn't recognize any kind of variable types except int.
  • Offset to a member of a structure (relative to that structure)
    I have a structure I would like to compute the offset to members within. I've attempted this numerous ways all of which fail to generate a CONSTANT offset instead the compiler insists and create...
  • Problem with structures
    Hi all Again I am back with new problem ; ;I still did not understand how keil works with C ; I have a structure defined like this typedef struct sParameter aParameter; struct sParameter...