• Error...
    Hello, I was building my project and got an error '_CONVER_HexToDec': not in formal parameter list. Does any one know about this??? above quoted is actually a function name. UINT is type defined...
  • Error
    My code is very easy.But, why I can't build it.I can't find my error. void main() { while (FOREVER) { P0=0x00; P0_1 = 1; Delay(); } Error: Target not created
  • error
    #include<reg51.h> void boud_rate() { SCON = 0x50; TMOD = 0x20; /* timer 1, mode 2, 8-bit reload */ TH1 = 0xFD; /* reload value for 2400 baud */ TR1 = 1; TI = 1; } char serial_receive() { char chr;...
  • error
    hi sir iam excuting this program in keil 51; #include <math.h> #include <stdio.h> /* for printf */ #include<reg51.h> void tst_sqrt (void) { float x; float y; x = 25.0; y = sqrt (x);...
  • error in IF
    why i have error in istruction IF this is the code for (i=1; i<=50; i++) if (ram1[i] = 0 && ram1[i+1] = 1) { lcd_write_long_number(80,75,i);