• 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...
  • Two MSC devices on single USB
    I would like to create composite device with two MSC devices using Middleware 7.30 on STM3F4 chip. I have configured everything (already did several projects, so I am familiar with run-time configuration...
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • RF communication between two 51 controllers
    Dear Frineds, I have to create a RF communication between two distant 51 microcontrollers, i.e upto 700 meters. I am aware of the microcontrollers but i want to know some details about the RF communications...
  • Application programs of micro controller?
    Hi sir, Can anyone say me some basic steps for writing a application program using micro controller for pick and place robot, or any other application program, It may be very helpful if you provide...