• ARM means in a single word
    ARM, it is Processor.
  • single bit twos complement
    what do you expect the result to be? typedef struct { signed int bit:1; } T_oddity; T_oddity oddity; int foobar( int arg ) { oddity.bit = arg; return oddity.bit; } void foochocolate ( void...
  • 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...
  • Single bit getting of a user declared variable
    Can individual bits of a user declare variable be accessed just like using SBIT for Ports?.
  • 32 bit arm based microcontroller selection
    Dear sir, please help me out in selecting arm based 32 bit microcontroller which supports buit-in following features. - SPI/I2C - USB 2.0 - Ethernet - TFT Display controller - should be low cost...