• reading 8 bit data through single bit variable
    someone has worked on this, kindly let me know, how do we pass a 32 bit word to a variable declared as 'sbit', i tried this way, AND with 0x80 (1000 0000) and get 1 bit at a time, this seems to work...
  • reading 8 bit data through single bit variable
    someone has worked on this, kindly let me know, how do we pass a 32 bit word to a variable declared as 'sbit', i tried this way, AND with 0x80 (1000 0000) and get 1 bit at a time, this seems to work...
  • Counting modified bits in a 32bit data word
    I have to count modified bits in a volatile 32 bit data word. Example: Initial counter32[32] := 0; olddata := 0x00000010; newdata := 0x0000000001; So we have moddata := newdata xor olddata => moddata...
  • Counting modified bits in a 32bit data word
    I have to count modified bits in a volatile 32 bit data word. Example: Initial counter32[32] := 0; olddata := 0x00000010; newdata := 0x0000000001; So we have moddata := newdata xor olddata => moddata...
  • ARM means in a single word
    ARM, it is Processor.