• Excessive use of parenthesis
    When writing C, we've all heard people say "it doesn't hurt to use extra parenthesis" or "if in doubt, enclose it in parenthesis". Now, while both of these statements are basically correct in their...
  • processor behavior when exposed to excessive temperature
    Hello all, I selected ARM as the toolchain but I guess this is a general question actually. Every device that I saw so far clearly specifies the allowed temperature operational range. But what happens...
  • The length of struct
    Hi, I define a struct like below: typedef struct { unsigned type :6; unsigned delete :1; unsigned mask :1; }UnitType; I think the length of this struct is 1 byte, but to my surprise,...
  • RTX-166 variable length messages
    Hello all, I'm using a VAR_SIZE message box in RTX-166. Most of my messages are short, only 2 bytes, but some are longer at 46 bytes. Reading through the manual it says that variable length messages...
  • The length of segment ?STACK
    LINK MAP OF MODULE: 6H (DISPBIOS) TYPE BASE LENGTH RELOCATION SEGMENT NAME ----------------------------------------------------- IDATA 005DH 0001H UNIT ?STACK Q:How was the length of...