• 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...
  • browser information not available HELP
    Hi Although I have checked the box for browser information in target output options still when I ask for it keil prompts to check the box that.Rebuilding the program didn't solve my problem. Do I have...
  • to solve the problem
    i am using three variables for delay function these three variables are used to calculate specific delay in which dynamically varied in from 1-100 according to the user input.kindly find my below code...
  • to solve the problem
    sir i have written a program to get the delay of 700usec and 20usec i got the exact timing delay here my problem is i want 20usec pulse to be continued.i think u can understand when i paste my code.kindly...