• Structure with bit field
    Is it possible to assign a structure (in C) with defined bit-fields to a SFR that is not bit addressable to gain bit addressability ?
  • Information store in "cb_type" field of *P_TCB structure
    Dear Developers Please inform me which information is stored in "cb_type" field of structure "*P_TCB" in rt_TypeDef.h file. Moreover , do we need to change its content in case we raise the privilige...
  • Defining bit field structure to use sfr P1
    Hi, I want to create a bit field structure for a group of bits associated with 'sfr P1' /* Bit definitions within sfr P1 */ #define NRAMEN (1 << 5) #define A20 (1 << 4) #define A19 (1 << 3) #define...
  • Variables end up on same address
    We are using the Keil C-compiler and uVision when compiling a project for the C166-platform. Latley we have been noticing a strange behaviour of our program. A closer look of the result revealed that...
  • set ram address to variable in CCS
    hi all, Initially i was using keil compiler. But now i am shifted to CCS 5.2. In keil to give particular ram address to variable (global) we used "__attribute__" eg. float a __attribute__...