• Interfacing temperature sensor lm35 with lpc2148
    The output it is reading is 0.00. Not able to figure out y? posting the code below [code] #include"lpc214x.h" #include<stdio.h> #define LED (0x00000001<<7) #define BIT16 (0X00000001<<16) #define...
  • LM35- ADC0804-8051-LCD c code
    I need C code to display temperature on a LCD(16*2) via LM35 temperature sensor interfaced to ADC0804 with 8051 as the micro-controller
  • LM35- ADC0804-8051-LCD c code
    I need C code to display temperature on a LCD(16*2) via LM35 temperature sensor interfaced to ADC0804 with 8051 as the micro-controller.
  • Keep variables in AT89S8252 EEPROM
    Hello, I'm using Atmel AT89S8252 and I need to keep some variables in internal EEPROM. How must I declare it in Keil C51 in order to program it into EEPROM via AtmelISP software?
  • Linker Keep-Out?
    Is there a linker command to exclude addressing spaces without using the CODE command and listing all the segments? For example, I need my code to reside within the first 8K (0000 - 1FFF) and at the end...