• 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...
    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 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);
  • 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
    getting in writing in ROM #include <p18f4580.h> #pragma config WDT = OFF #pragma config OSC= HS #pragma config PBADEN=OFF #pragma config PWRT=ON #pragma config LVP=OFF void main() { unsigned...