• overlaid data permanent
    I have an application where, if used as intended, module 'N' is accessed and module 'O' is never accessed, However, if used with 'old format directives' module 'O' is accessed and module 'N' is never...
  • CMSIS UART Driver, permanent receive not available?
    Hello All, in the CMSIS there is a framework for UART communication. However I have to know in advance how many characters to receive. I would have expected that UART driver write to kind of...
  • How to keep my HID from permanently sending data
    Hi there! I've set up an HID which works fine with HIDClient.exe: it gets polled every 32ms (as per the descriptor), it receives and sends decent data. However, what I'm aiming at is something like...
  • programing of microcontroller interfacing with ADC0808
    Can anybody send me C program in keil software for interfacing of atmel89c51 with adc0808.I WANT TO MEASURE TEMP USING LM35 SENSOR FROM 0 TO 100'C.
  • PROBLEM IN PROGRAMMING FOR MICROCONTROLLER
    #include<p89v51rd2.h> #define forward 0x05; //0000 01 01 both motors in forward #define reverse 0x0a; //0000 10 10 both motors in reverse #define leftturn 0x06; //0000 01 10 left motor =backwards...