• uart.h and lcd.h are missing
    I have a code to interface touch screen with lpc2148 but the header files for lcd and uart are missing. Where to get it?
  • problem in reading and sending data in eeprom using 8051(code given below)
    //Program to display String on LCD //Program to interface Serial EEPROM AT24C02 with 8051 microcontroller (AT89C51) #include<reg51.h> #include<intrins.h> //For using [_nop_()] sbit sda=P1^0;...
  • plz help for below program
    #include<stdio.h> #include<reg52.h> #define XBYTE ((unsigned char xdata*) 0 unsigned char dummy = 0x55; bit bitValue; void main (void) { bitValue = dummy XBYTE [0x1234] = 0x55; return; ...
  • Causes for the below
    Hello! Can someone point out as to why the below are happening: 1. *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: XDATA SEGMENT: ?XD?_CMD_AUTOCAL_I?CALI LENGTH: 000013H I understand that there...
  • Keil Compiler timer.h Include Function
    The Microchip Atmega328 compiler provides a timer function, i.e. #include <Timerone.h>, which allows for simple delay coding such as delay (XXX) for millisecond delays or delayMicroseconds(XXX) for delays...